added list of commands to set up server with mosh and fish (including my config, note that servers will have to pull fresh config when changes are made

This commit is contained in:
Inkletblot 2021-02-25 19:59:05 +10:30
parent c8bdb844fe
commit 856db4cc73

View File

@ -0,0 +1,9 @@
sudo apt install mosh fish -y
git clone https://gitlab.inkletblot.com/inkletblot/config.git
chsh -s `which fish`
mkdir -p .config/fish
ln config/.config/fish/config.fish ~/.config/fish/config.fish
ln config/.config/fish/fish_variables ~/.config/fish/fish_variables