Browse Source

Added openssh and mosh to default installed programs on arch

master
Drew Short 9 years ago
parent
commit
d3979096a1
  1. 2
      scripts/installers/install_tools_arch.sh

2
scripts/installers/install_tools_arch.sh

@ -13,7 +13,7 @@ sudo pacman -Syu
# Install the development requirements so we can use aur packages
sudo pacman -S --needed base-devel
# System basics for everything after this point
sudo pacman -S curl wget git zsh vim tmux
sudo pacman -S curl wget git zsh vim tmux openssh mosh
# Install OhMyZSH
mkdir -p $HOME/build/oh-my-zsh

Loading…
Cancel
Save