Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 826 Bytes

README.md

File metadata and controls

53 lines (34 loc) · 826 Bytes

dot

  1. Clone the repo and navigate into it:

    git clone [email protected]:ricci2511/dot.git && cd dot
  2. Install with stow:

    stow -t ~ .

Packages install

  • MacOS
xargs brew install < packages/leaves.txt
  • Arch Linux
sudo pacman -S --needed - < packages/pacman.txt

Applications setup

zsh

  • Make zsh the default shell, if it isn't already:
chsh -s $(which zsh)
  • Install zap plugin manager:
git clone https://github.com/zap-zsh/zap.git ~/.local/share/zap/

tmux

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
  • Install plugins with prefix + I