From 909fc02f424284fadaf743d0ec478867c0e51f29 Mon Sep 17 00:00:00 2001 From: "Andrew R. M" Date: Sun, 15 Dec 2019 17:22:12 -0500 Subject: [PATCH] Add script for applying dotfiles --- apply-dotfiles | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 apply-dotfiles diff --git a/apply-dotfiles b/apply-dotfiles new file mode 100755 index 0000000..cb53795 --- /dev/null +++ b/apply-dotfiles @@ -0,0 +1,12 @@ +#!/usr/bin/env nix-shell +#! nix-shell -p stow + +stow bash +stow sh +stow .inputrc # Readline configuration + +stow vim +stow .vimrc + +stow ruby +stow python