diff options
| author | Peter Son Struschka <me@peter-struschka.com> | 2020-08-30 20:56:36 +0800 |
|---|---|---|
| committer | Peter Son Struschka <me@peter-struschka.com> | 2020-08-30 20:58:04 +0800 |
| commit | 37dd411698bd6eae8365260dde39b8ae9c7cbd36 (patch) | |
| tree | 978dd6ea3e72a86e4a3e0314b86d5137fc394785 /zsh/.local/share/dotfiles/edit-config.d | |
| parent | a1d6fc2f3e6ab041cc51cb085ac59a646a126d25 (diff) | |
| download | dotfiles-37dd411698bd6eae8365260dde39b8ae9c7cbd36.tar.gz dotfiles-37dd411698bd6eae8365260dde39b8ae9c7cbd36.tar.bz2 dotfiles-37dd411698bd6eae8365260dde39b8ae9c7cbd36.tar.lz dotfiles-37dd411698bd6eae8365260dde39b8ae9c7cbd36.tar.xz dotfiles-37dd411698bd6eae8365260dde39b8ae9c7cbd36.tar.zst dotfiles-37dd411698bd6eae8365260dde39b8ae9c7cbd36.zip | |
all: overhaul, move dotfile specifics to .local/share/dotfiles and more
Diffstat (limited to 'zsh/.local/share/dotfiles/edit-config.d')
4 files changed, 4 insertions, 0 deletions
diff --git a/zsh/.local/share/dotfiles/edit-config.d/zprofile b/zsh/.local/share/dotfiles/edit-config.d/zprofile new file mode 120000 index 0000000..96b0aae --- /dev/null +++ b/zsh/.local/share/dotfiles/edit-config.d/zprofile @@ -0,0 +1 @@ +../../../../.config/zsh/.zprofile
\ No newline at end of file diff --git a/zsh/.local/share/dotfiles/edit-config.d/zsh_plugins.txt b/zsh/.local/share/dotfiles/edit-config.d/zsh_plugins.txt new file mode 120000 index 0000000..ec2c45e --- /dev/null +++ b/zsh/.local/share/dotfiles/edit-config.d/zsh_plugins.txt @@ -0,0 +1 @@ +../../../../.config/zsh/zsh_plugins.txt
\ No newline at end of file diff --git a/zsh/.local/share/dotfiles/edit-config.d/zshenv b/zsh/.local/share/dotfiles/edit-config.d/zshenv new file mode 120000 index 0000000..3a3f968 --- /dev/null +++ b/zsh/.local/share/dotfiles/edit-config.d/zshenv @@ -0,0 +1 @@ +../../../../.zshenv
\ No newline at end of file diff --git a/zsh/.local/share/dotfiles/edit-config.d/zshrc b/zsh/.local/share/dotfiles/edit-config.d/zshrc new file mode 120000 index 0000000..3190f08 --- /dev/null +++ b/zsh/.local/share/dotfiles/edit-config.d/zshrc @@ -0,0 +1 @@ +../../../../.config/zsh/.zshrc
\ No newline at end of file |
