- Clone dotfiles to $HOME/work/config
- GNU Stow
- exa (ls drop-in replacement)
- tldr (modern man)
- fasd
- nodejs (needed for CoC)
- Change bash to zsh
mkdir -p .config/zsh
sudo stow -d $HOME/work/config/dotfiles/etc/ -t /etc/zsh -S -v zsh
sudo stow -d $HOME/work/config/dotfiles/etc/ -t /etc/profile.d -S -v profile.d
- `stow -d $HOME/work/config/dotfiles -t $HOME/.config/zsh -S -v zsh
- Install OMZ per the instructions on the web. $ZSH (the installation location) has been overriden in .zshrc
- Install Powerlevel 10k. See OMZ section.
- Install zsh-syntax-highlighting. Again, see OMZ section.
- Install zsh-autosuggestions
Currently, Comic Mono is used, but the AUR doesn't have the nerd font patch.
sudo curl -sLo /usr/local/share/fonts/ComicMonoNF.ttf https://github.com/xtevenx/ComicMonoNF/raw/master/ComicMonoNF.ttf
sudo curl -sLo /usr/local/share/fonts/ComicMonoNF-Bold.ttf https://github.com/xtevenx/ComicMonoNF/raw/master/ComicMonoNF-Bold.ttf
mkdir -p .config/alacritty
stow -d ./work/config/dotfiles -t .config/alacritty -v -S alacritty
mkdir -p .config/nvim
stow -d ./work/config/dotfiles -t .config/nvim -v -S nvim
- Install vim-plug (see Neovim section)
- Coc-Install