Reorginazation after switching to GNU Stow for organizing dotfiles

This commit is contained in:
2017-04-05 12:11:27 -04:00
parent e0445597d6
commit 7c52136278
205 changed files with 36928 additions and 82 deletions

6
kwm/.kwm/vim Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
osascript <<< "
tell application \"iTerm2\"
create window with default profile command \"/Users/andrew/.nix-profile/bin/vim \\\"$@\\\"\"
end tell
"