Contains my dotfiles.
Install dependencies:
sudo apt install tmux npm ripgrep xclip
npm install -g n
# Install nerd font from:
# https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/JetBrainsMono
<!-- # Install ble.sh -->
<!-- git clone --recursive --depth 1 --shallow-submodules https://github.com/akinomyoga/ble.sh.git -->
<!-- make -C ble.sh install PREFIX=~/.local -->
To generate the symlinks for all dotfiles:
stow .
Install TPM
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
# Source TPM with tmux running
tmux source ~/.tmux.conf
# Then use ctrl + space + I to install TPM plugins
Enable Githooks
git config --global core.hooksPath ~/.git-hooks
To remove the created symlinks:
stow -D .