Skip to content

Commit 742fdf5

Browse files
committed
fix: Install stow with brew instead of apt-get to get current version
1 parent 62574be commit 742fdf5

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

provision/dev/Brewfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ brew "jandedobbeleer/oh-my-posh/oh-my-posh"
22
brew "neovim"
33
brew "pixi"
44
brew "pkgx"
5+
brew "stow"
56
brew "thefuck"
67
brew "uv"
78
brew "watchman"

provision/dev/install_dependencies.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ apt-get install --no-install-recommends --yes \
2626
rlwrap \
2727
screen \
2828
software-properties-common \
29-
stow \
3029
sudo \
3130
tree \
3231
tzdata \

0 commit comments

Comments
 (0)