Fixing bug

This commit is contained in:
araison 2024-01-21 19:41:43 +01:00
parent cb23c6cad9
commit 40488769c6
5 changed files with 7 additions and 5 deletions

View file

@ -0,0 +1,2 @@
curl -fsSL https://deb.nodesource.com/setup_21.x | sudo -E bash - &&\
sudo apt-get install -y nodejs

View file

@ -11,7 +11,7 @@ function install {
apt_packages = (curl exfat-utils git htop tmux gimp inkscape texlive-full stow vlc blender gparted docker.io docker-compose python3-pip wget tree)
apt_packages = (curl exfat-utils git htop tmux gimp inkscape texlive-full stow vlc blender gparted docker.io docker-compose python3-pip wget tree universal-ctags)
sudo apt update

View file

@ -16,7 +16,7 @@ function install {
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)
other_packages = (neovim tmux docker docker-compose git curl zsh stow tree node universal-ctags)
brew update