Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 771 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 771 Bytes

Dependencies

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 tmux

Or fetch the latest binary releases: lazygit | neovim

Install

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 -v

Update

cd ~/.dotfiles && git pull
git submodule update --init --recursive