From d9d8bcb5f6ed5ab9743a2dfb893c6a39c56534e3 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