Clone anywhere.
sudo apt-get install zsh jq silversearcher-ag exuberant-ctags autojump git curlOther programs
- Mongo DB Tools (Mongo Compass,
mongodump,mongorestore) - Postman
- DBeaver
- Cloudflared
- Install OhMyZsh and Zsh
ln -s $PWD/shell/.zshrc $HOME/.zshrc
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
ln -s $PWD/shell/.oh-my-zsh $HOME/.oh-my-zsh
ln -s $PWD/shell/.agignore $HOME/.agignore
- Install Gnome terminal nord theme
- install
diff-so-fancygit clone https://github.com/so-fancy/diff-so-fancy
ln -s $PWD/git/.gitconfig $HOME/.gitconfig- edit "user" section accordingly
ln -s $PWD/git/.gitignore_global $HOME/.gitignore_global- make sure
git config --global core.excludesfile $HOME/.gitignore_globalis set correctly ($HOME expanded)
- make sure
- move Upgrade Discord script
cp ./scripts/upgrade-discord ~/scripts/upgrade-discordsudo chmod +x ~/scripts/upgrade-discord
sudo apt install tmux
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
ln -s $PWD/shell/.tmux.conf $HOME/.tmux.conf
# C-b I inside session to install plugins- install Neovim (appImage is fine)
ln -s $PWD/nvim $HOME/.config/nvimvim-plugshould be automatically installed when openingnvim. See Here``- open
nvimand run:PlugInstall - install Coc language servers:
:CocInstall coc-json coc-tsserver coc-html coc-css
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install