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

@ -19,14 +19,14 @@ esac
if [ "$machine" = "Mac" ]
then
pkg_manager = 'brew'
pkg_manager='brew'
echo "Installing brew package manager"
bash realpath program/package_manager/brew/install_brew.sh
fi
if [ "$machine" = "Linux" ]
then
pkg_manager = "apt"
pkg_manager="apt"
fi

View File

@ -7,4 +7,4 @@ function install {
}
python_packages = (numpy matplotlib scipy seaborn django torch torchvision torchaudio networkx Faker torch-cluster torch-geometric torch-scatter torch-sparse torch-spline-conv tqdm yapf yt-dlp scikit-learn scikit-image pandas)
python_packages = (numpy matplotlib scipy seaborn django torch torchvision torchaudio networkx Faker torch-cluster torch-geometric torch-scatter torch-sparse torch-spline-conv tqdm yapf yt-dlp scikit-learn scikit-image pandas 'python3-lsp-server[all]' pynvim pylsp-mypy python-lsp-isort python-lsp-black pylint flake8)

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