diff options
| author | Simen A. W. Olsen <hello@simenandre.no> | 2024-12-27 20:09:44 +0100 |
|---|---|---|
| committer | Simen A. W. Olsen <hello@simenandre.no> | 2024-12-27 20:09:44 +0100 |
| commit | 240106d9782a6f35d1cc0cf6ad56126d42bf5764 (patch) | |
| tree | d0293c643d82a7307e48a50b8ec4b7bfd6e7b408 /zsh | |
| parent | b2bdcbc530b7482126118acd3ca2efcbf0014cdb (diff) | |
| download | dotfiles-240106d9782a6f35d1cc0cf6ad56126d42bf5764.tar.gz dotfiles-240106d9782a6f35d1cc0cf6ad56126d42bf5764.zip | |
add zsh setup
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/.config/zsh/.zshenv | 3 | ||||
| -rwxr-xr-x[-rw-r--r--] | zsh/.config/zsh/aliases (renamed from zsh/aliases.zsh) | 0 | ||||
| -rwxr-xr-x | zsh/.config/zsh/extras (renamed from zsh/extras.zsh) | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | zsh/.config/zsh/path (renamed from zsh/path.zsh) | 0 | ||||
| l--------- | zsh/.zshenv | 1 | ||||
| -rwxr-xr-x[-rw-r--r--] | zsh/.zshrc | 1 |
6 files changed, 4 insertions, 1 deletions
diff --git a/zsh/.config/zsh/.zshenv b/zsh/.config/zsh/.zshenv new file mode 100644 index 0000000..51b9cf4 --- /dev/null +++ b/zsh/.config/zsh/.zshenv @@ -0,0 +1,3 @@ +export ZDOTDIR=$HOME/.config/zsh + +. "$HOME/.cargo/env" diff --git a/zsh/aliases.zsh b/zsh/.config/zsh/aliases index ebda55c..ebda55c 100644..100755 --- a/zsh/aliases.zsh +++ b/zsh/.config/zsh/aliases diff --git a/zsh/extras.zsh b/zsh/.config/zsh/extras index 0647ca0..0647ca0 100755 --- a/zsh/extras.zsh +++ b/zsh/.config/zsh/extras diff --git a/zsh/path.zsh b/zsh/.config/zsh/path index ef41549..ef41549 100644..100755 --- a/zsh/path.zsh +++ b/zsh/.config/zsh/path diff --git a/zsh/.zshenv b/zsh/.zshenv new file mode 120000 index 0000000..9fbf4d2 --- /dev/null +++ b/zsh/.zshenv @@ -0,0 +1 @@ +.config/zsh/.zshenv
\ No newline at end of file diff --git a/zsh/.zshrc b/zsh/.zshrc index bdc70cc..9ef0a9d 100644..100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,4 +1,3 @@ - # Download Znap, if it's not there yet. [[ -r ~/.zsh_repos/znap/znap.zsh ]] || git clone --depth 1 -- \ |
