Fixing bug
This commit is contained in:
parent
cb23c6cad9
commit
40488769c6
@ -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
|
||||
|
||||
|
||||
|
@ -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)
|
||||
|
2
setup/programs/package_manager/apt/others/nodejs.sh
Normal file
2
setup/programs/package_manager/apt/others/nodejs.sh
Normal file
@ -0,0 +1,2 @@
|
||||
curl -fsSL https://deb.nodesource.com/setup_21.x | sudo -E bash - &&\
|
||||
sudo apt-get install -y nodejs
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user