Configure for .stowrc

This commit is contained in:
Ian Keane 2022-07-08 22:10:57 -04:00
parent e58bb4c0a0
commit 1091129506
132 changed files with 4 additions and 18 deletions

6
.gitignore vendored
View file

@ -1,7 +1,7 @@
*.un *.un
*.un~ *.un~
slackware/.vim/plugins/* slackware/home/vim/.vim/plugins/*
slackware/.vim/autoload/* slackware/home/vim/.vim/autoload/*
slackware/.vim/undo/* slackware/home/vim/.vim/undo/*
*.swp *.swp
*.netrwhist *.netrwhist

View file

@ -1,13 +0,0 @@
#!/bin/sh
# Create directories to prevent stow from symlinking the directories
# It's better to have the files symlinked rather than dirs in these cases so
# that when more files/directories are added they don't get added to the repo,
# e.g. .vim/plugins
mkdir -p ~/.vim
mkdir -p ~/.local/bin
mkdir -p ~/.config/nvim
# mkdir -p ~/.local/share/flavours/base16/templates

View file

@ -1,2 +0,0 @@
#!/bin/sh
stow */ -t ~

1
slackware/home/.stowrc Normal file
View file

@ -0,0 +1 @@
--target=~

Some files were not shown because too many files have changed in this diff Show more