chore: rename setup.sh to setup

This commit is contained in:
Jeremie Fraeys 2026-02-07 21:03:37 -05:00
parent 54782676d0
commit ebead9d708

View file

@ -14,17 +14,15 @@ git submodule update
base=( base=(
vim vim
nvim nvim
# tmux
git git
wezterm wezterm
btop
) )
# Folders that should, or only need to be installed for a local user on macOS # Folders that should, or only need to be installed for a local user on macOS
useronly_macos=( useronly_macos=(
zsh zsh
aerospace aerospace
# sketchybar
colima
) )
#Folders that should, or only need to be installed for a local user on Linux #Folders that should, or only need to be installed for a local user on Linux
@ -37,15 +35,17 @@ useronly_linux=(
useronly=( useronly=(
zoxide zoxide
conda conda
colima
dask dask
direnv direnv
gh gh
jupyter jupyter
parallel parallel
shpotify
tox tox
firefox firefox
opencode
starship starship
zathura
) )
# Files to ignore during stow # Files to ignore during stow