aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-10 22:44:02 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-10 22:44:02 +1200
commita36154fd40f8cf8b273cab9c8a7766421423bb8c (patch)
tree1ab7ae06fc445063529616379de2a0326a85efd9 /install
parentSome more array syntax fixes (diff)
downloaddotfiles-a36154fd40f8cf8b273cab9c8a7766421423bb8c.tar.gz
dotfiles-a36154fd40f8cf8b273cab9c8a7766421423bb8c.zip
Move ~/.config create to more logical place
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index b6ae8b46..f6a5aee7 100755
--- a/install
+++ b/install
@@ -66,6 +66,7 @@ mkdir -p -- "$HOME"/.local/bin
lns "$dotfiles"/ack/ack "$HOME"/.local/bin/ack
# Link in essential configuration files
+mkdir -p -- "$HOME"/.config
lns "$dotfiles"/ack/ackrc "$HOME"/.ackrc
lns "$dotfiles"/bash/bash_completion "$HOME"/.config/bash_completion
lns "$dotfiles"/bash/bash_logout "$HOME"/.bash_logout
@@ -101,7 +102,6 @@ while getopts :gmntx opt; do
lns "$dotfiles"/tmux/tmux.conf "$HOME"/.tmux.conf
;;
x)
- mkdir -p -- "$HOME"/.config
lns "$dotfiles"/X/Xmodmap "$HOME"/.Xmodmap
lns "$dotfiles"/X/Xresources "$HOME"/.Xresources
lns "$dotfiles"/X/xsession "$HOME"/.xsession