Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 893 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 893 Bytes

Need to install:

  • stow
  • tmux
  • zsh
  • git
  • neovim
  • fzf
  • lazygit

Use the stow command to enable configuration files.

brew install font-jetbrains-mono-nerd-font zsh tmux neovim fzf lazygit
apt install zsh tmux stow neovim fzf

# Taken from lazygit docs
LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | \grep -Po '"tag_name": *"v\K[^"]*')
curl -Lo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/download/v${LAZYGIT_VERSION}/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz"
tar xf lazygit.tar.gz lazygit
sudo install lazygit -D -t /usr/local/bin/

# https://github.com/officialrajdeepsingh/nerd-fonts-installer

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
git clone https://github.com/NvChad/starter ~/.config/nvim
stow tmux zsh git
stow vim --adopt

# In tmux, Ctrl A + I