This is a collection of useful odds and ends. I try to keep the files here as minimal as possible.
- Alacritty
- Zsh configured with a simplified version of Prezto
- Neovim with Lua-based configuration
- tmux
# NeoVim installation
ln -s ~/workspace/dotiles/nvim ~/.config/nvim
# Zsh setup
# Set the ZDOTDIR to the zsh directory wherever it is on disk
sudo touch /etc/zshenv
sudo echo 'export ZDOTDIR="${HOME}/workspace/dotfiles/zsh"' >> /etc/zsh/zshenv
# tmux setup
ln -s ~/workspace/dotfiles/tmux.conf ~/.tmux.conf