mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
chore: move scripts that belong together next to each other
This commit is contained in:
14
setup.sh
14
setup.sh
@@ -64,13 +64,6 @@ fi
|
||||
echo "Restoring Homebrew packages..."
|
||||
./bin/homebrew-restore
|
||||
|
||||
# Setup fish shell as default shell
|
||||
echo "Configuring fish as default shell"
|
||||
if ! command -v fish &>/dev/null; then
|
||||
echo "Fish shell not found. Installing fish..."
|
||||
brew install fish
|
||||
fi
|
||||
|
||||
# Tmux plugin manager
|
||||
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||
~/.tmux/plugins/tpm/scripts/install_plugins.sh >/dev/null 2>&1
|
||||
@@ -104,6 +97,13 @@ nvim --headless "+Lazy! sync" +qa
|
||||
yabai --start-service
|
||||
skhd --start-service
|
||||
|
||||
# Setup fish shell as default shell
|
||||
echo "Configuring fish as default shell"
|
||||
if ! command -v fish &>/dev/null; then
|
||||
echo "Fish shell not found. Installing fish..."
|
||||
brew install fish
|
||||
fi
|
||||
|
||||
# Change default shell to fish
|
||||
echo "Changing default shell to fish"
|
||||
run_with_sudo chsh -s $(which fish) $USER
|
||||
|
||||
Reference in New Issue
Block a user