From 9c1fba6459b657f25317f9acb6c3a0fdfa169721 Mon Sep 17 00:00:00 2001 From: "Andrew R. M" Date: Sun, 15 Dec 2019 17:37:37 -0500 Subject: [PATCH] Fix application script to actually work --- apply-dotfiles | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apply-dotfiles b/apply-dotfiles index cb53795..cfa8dfd 100755 --- a/apply-dotfiles +++ b/apply-dotfiles @@ -1,12 +1,11 @@ #!/usr/bin/env nix-shell -#! nix-shell -p stow +#! nix-shell -p stow -i bash stow bash stow sh -stow .inputrc # Readline configuration +stow readline stow vim -stow .vimrc stow ruby stow python