Configure for .stowrc
This commit is contained in:
parent
e58bb4c0a0
commit
1091129506
132 changed files with 4 additions and 18 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
stow */ -t ~
|
|
||||||
1
slackware/home/.stowrc
Normal file
1
slackware/home/.stowrc
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
--target=~
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue