A bunch of my arbitrary sorta-interesting dotfiles.
My editor configs are now located in separate repositories:
GNU Stow is required. In fact the ./install.sh script is just calls stow.
Stow is available from Homebrew and most Linux package managers:
brew install stow
apt install stow
dnf install stow
This set of configuration has been tested on macOS and Fedora.
The install script assumes that you have Bash installed. This is likely the case.
To install everything, run
./install.shYou can, instead, install the configurations in a piecemeal style. There are several stow "packages":
bashgitmisestarshiptmuxzsh
If, for instance, you only want the tmux configuration, you can run
stow -t ~ tmuxThat's it! Enjoy!
Not happy? I understand. To uninstall everything, run
./uninstall.sh
To only uninstall one specific "package", run
stow -t ~ --delete tmux
This is MIT Licensed. You can find the whole license in the LICENSE file.