aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorSimen A. W. Olsen <hello@simenandre.no>2025-02-04 08:49:17 +0100
committerSimen A. W. Olsen <hello@simenandre.no>2025-02-04 08:49:17 +0100
commite3c448b2b6351d1886ef2b7a716fd1662ea366df (patch)
tree192fa3db4ecb5343719c05fc95ecebbce42039df /bootstrap.sh
parent3a744e43f385df37c41cbce9d73f369ac15efe1d (diff)
downloaddotfiles-e3c448b2b6351d1886ef2b7a716fd1662ea366df.tar.gz
dotfiles-e3c448b2b6351d1886ef2b7a716fd1662ea366df.zip
small adjustments
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh8
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