Compare commits

...

2 Commits

Author SHA1 Message Date
raute 0c88665b07 Add script for GNU Stow. 2023-11-29 17:46:22 +01:00
raute 8d7732949c README: Nothing is in .config anymore. 2023-11-29 17:46:00 +01:00
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,3 @@
# Dotfiles
Most stuff is in .config.
User specific config files.

4
link.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
stow --restow --target="$HOME/.config/nvim" nvim
stow --restow --target="$HOME/.config/fish" fish