files for environment setup
- terminal app (windows terminal for windows, iterm for mac)
- zsh
- neovim
- node
- python3 and pip3
- fzf
- fd
ensure this dotfiles folder is in your root user directory
- sudo apt-get install zsh
- sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
- ZSH_THEME="powerlevel10k/powerlevel10k"
- restart terminal
- git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
- git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
TODO
TODO