sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
| set relativenumber number | |
| set which-key | |
| let g:WhichKey_ShowVimActions = "true" | |
| set timeoutlen=6000 | |
| set notimeout | |
| # Show a highlight on the searched items | |
| set hlsearch | |
| Plug 'machakann/vim-highlightedyank' |
| sudo apt install git -y | |
| sudo apt install zsh -y | |
| chsh -s $(which zsh) | |
| sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | |
| echo "alias py=\"python3\"" >> .zshrc | |
| echo "alias ll=\"ls -al\"" >> .zshrc |