2022-11-21 11:52:01 -05:00
2022-11-21 11:52:01 -05:00
2022-05-10 20:03:49 -04:00

My dotfiles

I am using GNU Stow to symlink my dotfiles to their correct locations in my $HOME directory.

Installing stow

Ubuntu/Debian

apt install stow

Fedora/RHEL

dnf install stow

Arch

pacman -S stow

MacOS

brew install stow

Cloning this repo

git clone https://github.com/lemonase/dotfiles.git && cd dotfiles/config

Using stow

stow -t "$HOME" -S *
stow -t "$HOME" -D *
stow -t "$HOME" -R *

Installing specific dotfiles

stow -t "$HOME" -S git

If there are no errors, everything in that directory should be symlinked. Check by doing a quick ls -al ~/

Troubleshooting

Error: File conflicts

WARNING! stowing git would cause conflicts:
  * existing target is neither a link nor a directory: .gitconfig

Solution

Delete or move file in question


Description
No description provided
Readme 283 KiB
Languages
Lua 60%
Vim Script 23%
Python 11.4%
Shell 5.6%