summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2016-04-19 15:24:25 +0100
committerUrbain Vaes <urbain@vaes.uk>2016-04-19 15:24:25 +0100
commite146e947c52ac4adbe426b3f893faff1e46ed5f8 (patch)
tree1605bf4eb78cc619988c92632f3cee2a56143fd5 /zsh
parent83bd503208d45fa837348441196dd07223b13e3e (diff)
Use GNU stow for dotfiles management
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zsh/.gitignore2
-rw-r--r--zsh/.zsh/alias (renamed from zsh/alias)0
-rw-r--r--zsh/.zsh/functions (renamed from zsh/functions)0
-rw-r--r--zsh/.zsh/plugins (renamed from zsh/plugins)2
-rw-r--r--zsh/.zshrc (renamed from zsh/zshrc)0
5 files changed, 3 insertions, 1 deletions
diff --git a/zsh/.zsh/.gitignore b/zsh/.zsh/.gitignore
new file mode 100644
index 0000000..8ca273a
--- /dev/null
+++ b/zsh/.zsh/.gitignore
@@ -0,0 +1,2 @@
+tmp
+zgen
diff --git a/zsh/alias b/zsh/.zsh/alias
index 7da7fb5..7da7fb5 100644
--- a/zsh/alias
+++ b/zsh/.zsh/alias
diff --git a/zsh/functions b/zsh/.zsh/functions
index 7c2b49a..7c2b49a 100644
--- a/zsh/functions
+++ b/zsh/.zsh/functions
diff --git a/zsh/plugins b/zsh/.zsh/plugins
index 43b2916..1016b88 100644
--- a/zsh/plugins
+++ b/zsh/.zsh/plugins
@@ -1,7 +1,7 @@
#! /bin/zsh
# Load zgen
-source "$HOME/.zgen/zgen.zsh"
+source "$HOME/.zsh/zgen/zgen.zsh"
# Load plugins
if ! zgen saved; then
diff --git a/zsh/zshrc b/zsh/.zshrc
index fe44e9e..fe44e9e 100644
--- a/zsh/zshrc
+++ b/zsh/.zshrc