kgaughan / dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

To install:

make install

To uninstall:

make uninstall

To reinstall:

make reinstall

Simple!

Adding files

To add a file to a package, write something like this:

stowage --add .config/i3/config --target ~ common

Here, I'm adding the file .config/i3/config in ~ to the common package. The path provided to the --add flag must be relative to the path given by the --target flag. It's moved into the specified package and then replaced with a symlink.

Vim plugins

I use vim-plug, a fantastic plugin manager for Vim. See the instructions there if you want instructions on how to use it.

Fish plugins

I use fisher for managing fish plugins.

To fetch the most recent version of fisher:

make fetch-fisher

To fetch the plugins:

fisher add evanlucas/fish-kubectl-completions

Notes

I used to have a script called findduplicates here. I recommend either fdupes or duff these days instead, if you happend to use it.

About

My dotfiles


Languages

Language:Vim Script 77.7%Language:Shell 13.1%Language:Python 7.1%Language:Perl 2.0%Language:Makefile 0.1%