There are my personal dotfiles for vim, tmux, zsh and git. Those would update some time.
-
installed zsh; it can be done via
sudo apt install zsh; -
installed vim; it can be done via
sudo apt install vim; -
installed tmux; it can be done via
sudo apt install tmux; -
installed oh-my-zsh; it can be done via curl:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"don't forget to remove ~/.zshrc after installing since dotbot will install the new one;
Git clone it. Go to the directory and simply run:
./install
You will see output with links that would be created. Isn't it great? After it and after new changes you will probably need to do this:
source ~/.zshrc
tmuxconfigAfter the first source you will be able to source zshrc via zshconfig.
Ready! You are fabulous!
To update vscode extensions list, you need to run the following:
code --list-extensions > vscode/extensions.txt