Skip to content

rgcr/dotfiles

Repository files navigation

My Personal Configuration

I use GNU Stow to handle my dotfiles.

📦 Installation

  • macOS: brew install stow
  • Arch Linux: pacman -S stow

Requirements

vim-plug for Vim

mkdir -p ~/.vim/autoload
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
  https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

antidote for ZSH

  • macOS: brew install antidote
  • Arch Linux: pacman -S zsh-antidote

Installation

🔗 Link the config you want

stow --no-folding -d . -t ~ -vR <config>

Example:

stow --no-folding -d . -t ~ -vR zsh

To remove a specific config

stow --no-folding -d . -t ~ -vD <config>

To remove all configs

stow --no-folding -d . -t ~ -vD *

⚠️ Do not use bootstrap.sh, as it may break your current configuration.


Notes

i3-hibernate config requires sudo privileges

sudo rsync -rvzh i3-hibernate/ /