Install preferred Nerd Font (JetBrainsMono Nerd Font).
# On macOS:
brew install fd fzf git python rcm ripgrep lazygit neovim tmux
# On Debian Linux:
sudo apt install fd-find fzf git rcm ripgrep tmuxOr fetch the latest binary releases: lazygit | neovim
Clone this repo (and submodules) to ~/.dotfiles and use rcm to link all dotfiles and dirs:
git clone --recursive https://github.com/tbastos/dotfiles.git ~/.dotfiles
lsrc # dry run
rcup -vcd ~/.dotfiles && git pull
git submodule update --init --recursive