From 00946739c540ea64662a741945ae8e8d07ee2bbf Mon Sep 17 00:00:00 2001 From: Bohdan Bahno Date: Mon, 4 Mar 2024 23:42:14 +0000 Subject: [PATCH] Add mosh --- mac-os-install.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mac-os-install.bash b/mac-os-install.bash index 49cb1a3..a86b3ef 100755 --- a/mac-os-install.bash +++ b/mac-os-install.bash @@ -8,10 +8,10 @@ then fi # Install dependencies -brew install fish fd fzf ripgrep neovim stow zoxide lsd bat +brew install bat fd fish fzf lsd mosh neovim ripgrep stow zoxide # Set fish as a default shell -echo '/usr/local/bin/fish' >> /etc/shells +sudo echo '/usr/local/bin/fish' >> /etc/shells chsh -s /usr/local/bin/fish # Symlink all configurations from .dotfiles