Add mobile-ssh (mosh) to the standard list of software.
This commit is contained in:
parent
da0f34aee0
commit
0a8c6ea977
|
@ -18,6 +18,7 @@ function install_linux_software {
|
||||||
ack
|
ack
|
||||||
git
|
git
|
||||||
htop
|
htop
|
||||||
|
mosh
|
||||||
ss
|
ss
|
||||||
vim
|
vim
|
||||||
EOF
|
EOF
|
||||||
|
@ -40,6 +41,7 @@ function install_osx_software {
|
||||||
git
|
git
|
||||||
coreutils
|
coreutils
|
||||||
htop-osx
|
htop-osx
|
||||||
|
mosh
|
||||||
python3
|
python3
|
||||||
vim
|
vim
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue