Update instructions and packages.
This commit is contained in:
parent
237c7b3a87
commit
762cd076a0
10
README.md
10
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.
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue