2021-05-27 02:10:15 -04:00
2021-05-27 02:10:15 -04:00
2021-05-24 02:15:35 +01:00

My dotfiles

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

Instructions

Installing stow

apt install stow # debian based distros
dnf install stow # fedora based distros
pacman -S stow # arch based distros

Cloning this repo

$ git clone https://github.com/lemonase/dotfiles.git
$ cd dotfiles/files

Installing

$ stow --target="$HOME" *

Uninstalling

$ stow --delete *
$ stow --restow *

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

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