This commit is contained in:
Bohdan Bahno 2024-03-04 23:42:14 +00:00
parent 472d2ecc9c
commit 00946739c5
1 changed files with 2 additions and 2 deletions

View File

@ -8,10 +8,10 @@ then
fi fi
# Install dependencies # 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 # 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 chsh -s /usr/local/bin/fish
# Symlink all configurations from .dotfiles # Symlink all configurations from .dotfiles