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:
parent
c8bdb844fe
commit
856db4cc73
9
.scripts/server-setup-commands
Normal file
9
.scripts/server-setup-commands
Normal 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
|
||||||
Loading…
Reference in New Issue
Block a user