From 37dd411698bd6eae8365260dde39b8ae9c7cbd36 Mon Sep 17 00:00:00 2001 From: Peter Son Struschka Date: Sun, 30 Aug 2020 20:56:36 +0800 Subject: all: overhaul, move dotfile specifics to .local/share/dotfiles and more --- zsh/.local/share/dotfiles/edit-config.d/zprofile | 1 + zsh/.local/share/dotfiles/edit-config.d/zsh_plugins.txt | 1 + zsh/.local/share/dotfiles/edit-config.d/zshenv | 1 + zsh/.local/share/dotfiles/edit-config.d/zshrc | 1 + 4 files changed, 4 insertions(+) create mode 120000 zsh/.local/share/dotfiles/edit-config.d/zprofile create mode 120000 zsh/.local/share/dotfiles/edit-config.d/zsh_plugins.txt create mode 120000 zsh/.local/share/dotfiles/edit-config.d/zshenv create mode 120000 zsh/.local/share/dotfiles/edit-config.d/zshrc (limited to 'zsh/.local/share/dotfiles') 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 -- cgit v1.2.3