chore: rename setup.sh to setup
This commit is contained in:
parent
54782676d0
commit
ebead9d708
1 changed files with 4 additions and 4 deletions
|
|
@ -14,17 +14,15 @@ git submodule update
|
|||
base=(
|
||||
vim
|
||||
nvim
|
||||
# tmux
|
||||
git
|
||||
wezterm
|
||||
btop
|
||||
)
|
||||
|
||||
# Folders that should, or only need to be installed for a local user on macOS
|
||||
useronly_macos=(
|
||||
zsh
|
||||
aerospace
|
||||
# sketchybar
|
||||
colima
|
||||
)
|
||||
|
||||
#Folders that should, or only need to be installed for a local user on Linux
|
||||
|
|
@ -37,15 +35,17 @@ useronly_linux=(
|
|||
useronly=(
|
||||
zoxide
|
||||
conda
|
||||
colima
|
||||
dask
|
||||
direnv
|
||||
gh
|
||||
jupyter
|
||||
parallel
|
||||
shpotify
|
||||
tox
|
||||
firefox
|
||||
opencode
|
||||
starship
|
||||
zathura
|
||||
)
|
||||
|
||||
# Files to ignore during stow
|
||||
Loading…
Reference in a new issue