Update instructions and packages.

This commit is contained in:
Drew Galbraith 2023-12-05 17:04:23 -08:00
parent 237c7b3a87
commit 762cd076a0
2 changed files with 12 additions and 2 deletions

View File

@ -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.

View File

@ -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