From a2280f38e77e372ca336fdb710b51e11719c9661 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 19 Sep 2019 15:16:48 -0500 Subject: [PATCH] Add mosh --- scripts/arch-linux/provisioning/2-essentials.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/arch-linux/provisioning/2-essentials.bash b/scripts/arch-linux/provisioning/2-essentials.bash index ae25a11..55ffa55 100755 --- a/scripts/arch-linux/provisioning/2-essentials.bash +++ b/scripts/arch-linux/provisioning/2-essentials.bash @@ -10,7 +10,7 @@ pacaur --needed -S \ fd `# File Search` \ fzf `# Fuzzy File Finder` \ htop `# Process Management and System Resources Monitoring` \ - openssh `# Remote Access` \ + openssh mosh `# Remote Access` \ openssl `# Crypto` \ elixir `# Elixir Language` \ nodejs npm yarn `# JavaScript Runtime` \