Fixing bug
This commit is contained in:
parent
e7f94e5464
commit
c7d525cef9
@ -41,12 +41,12 @@ done
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Installing side packages"
|
echo "Installing side packages"
|
||||||
for file in others/**/*.sh
|
for file in $ls(programs/others/**/*.sh)
|
||||||
do
|
do
|
||||||
bash ${file}
|
bash ${file}
|
||||||
done
|
done
|
||||||
echo "Installing dotfiles"
|
echo "Installing dotfiles"
|
||||||
for file in dotfiles/**/*.sh
|
for file in $ls(program/dotfiles/**/*.sh)
|
||||||
do
|
do
|
||||||
bash ${file}
|
bash ${file}
|
||||||
done
|
done
|
||||||
|
@ -17,8 +17,8 @@ function install {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
cask_packages = (gimp thunderbird firefox zotero rectangle vlc iterm2 inkscape obsidian blender mactex bitwarden visual-studio-code spotify)
|
cask_packages=("gimp" "thunderbird" "firefox" "zotero" "rectangle" "vlc" "iterm2" "inkscape" "obsidian" "blender" "mactex" "bitwarden" "visual-studio-code" "spotify")
|
||||||
other_packages = (neovim tmux docker docker-compose git curl zsh stow tree node universal-ctags)
|
other_packages=("neovim" "tmux" "docker" "docker-compose" "git" "curl" "zsh" "stow" "tree" "node" "universal-ctags")
|
||||||
|
|
||||||
brew update
|
brew update
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user