diff options
Diffstat (limited to 'bootstrap.sh')
| -rwxr-xr-x | bootstrap.sh | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 430feb4..aa5e103 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -8,9 +8,15 @@ fi # Install packages from Brewfile cd apps && brew bundle +# Install Cargos +cargo install \ + git-trim \ + starship \ + twm + # Create symlinks using stow cd .. -stow_folders=(zsh git starship tmux nvim) +stow_folders=(zsh git starship tmux nvim ghostty) for folder in "${stow_folders[@]}"; do echo "stow $folder" stow -t $HOME -D $folder |
