/dotfiles

Primary LanguageLua

dotfiles

image

This is a collection of my dotfiles. I use GNU Stow to manage them.

Usage

To apply all files:

git clone https://github.com/rabume/dotfiles.git && cd dotfiles
stow --adopt .

To apply only certain files:

git clone https://github.com/rabume/dotfiles.git && cd dotfiles
# nvim for example
stow --adopt -t ~/.config/nvim nvim

Notice

  • The etc folder is ignore by stow, so you will need to copy the files manually.
  • Right now some of the files asume that the user is called rafael and that the home directory is /home/rafael. I will fix this in the future.
  • Some scripts like the flameshot.sh and config.fish need to be modified to work. (Credentials, host, etc.)