ricci2511 / dot

dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dot

  1. Clone the repo and navigate into it:

    git clone git@github.com: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

About

dotfiles

License:MIT License


Languages

Language:Lua 72.9%Language:Shell 27.1%