diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-04-19 15:24:25 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-04-19 15:24:25 +0100 |
commit | e146e947c52ac4adbe426b3f893faff1e46ed5f8 (patch) | |
tree | 1605bf4eb78cc619988c92632f3cee2a56143fd5 /zsh | |
parent | 83bd503208d45fa837348441196dd07223b13e3e (diff) |
Use GNU stow for dotfiles management
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zsh/.gitignore | 2 | ||||
-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 |