diff --git a/README.md b/README.md index 634c1f1..fb8eab0 100644 --- a/README.md +++ b/README.md @@ -142,5 +142,15 @@ mkdir prog and clone a c++ code base, a python code base, and a rust code base t Steam? +## Setup Syncthing + +`systemctl enable syncthing@drew` + +`systemctl start syncthing@drew` + +`ssh -L 8385:localhost:8384 tiramisu.one` + +Use the GUIs at `localhost:8384` and `localhost:8385` to enable sync. + diff --git a/install_packages.sh b/install_packages.sh index 04dd5a0..375603d 100755 --- a/install_packages.sh +++ b/install_packages.sh @@ -18,12 +18,12 @@ FONTS_THEMES="ttf-liberation adobe-source-code-pro-fonts ttf-sourcecodepro-nerd MEDIA="pulseaudio pavucontrol network-manager-applet flameshot bluez bluez-utils blueman pulseaudio-bluetooth" # bind contains dig -DEV_TOOLS="openssh rust python-virtualenv bind base-devel go which rsync gdb" +DEV_TOOLS="openssh rust python-virtualenv bind base-devel go which rsync gdb net-tools wget" OSDEV_TOOLS="limine dosfstools parted cmake ninja qemu-desktop qemu-system-x86" NVIM_DEV="neovim lua-language-server ccls rust-analyzer jedi-language-server ripgrep" -PROGRAMS="firefox" +PROGRAMS="firefox syncthing obsidian" pacman -S $DISPLAY $TERMINAL $FONTS_THEMES $MEDIA $DEV_TOOLS $OSDEV_TOOLS $NVIM_DEV $PROGRAMS