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=(
|
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
|
||||||
Loading…
Reference in a new issue