From 4d45cfcb0ab7ce1511f49f712f47f32452db4664 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Eugenio Halili Date: Thu, 23 Jun 2022 21:57:23 +0800 Subject: [PATCH] Migrate config files stuff to config directory In this commit also, I also symlink old directory names until I finally migrated them all on Cloud Shell, probably. Signed-off-by: Andrei Jiroh Eugenio Halili --- .config | 1 + {.config => config}/devshell.env | 0 {.config => config}/gcshell.env | 0 {.config => config}/glab-cli-aliases.yml | 0 {.config => config}/konsole/SSH to WSL:Ubuntu.profile | 0 {.config => config}/konsole/mikedmoy-zsh.profile | 0 {.config => config}/konsole/mikedmoy.profile | 0 .../konsole/mikedmoy:byobu-attach-session.profile | 0 {.config => config}/konsole/mikedmoy:tmux.profile | 0 {systemd => config/systemd}/system/gotty-server.service | 0 systemd | 1 + 11 files changed, 2 insertions(+) create mode 120000 .config rename {.config => config}/devshell.env (100%) rename {.config => config}/gcshell.env (100%) rename {.config => config}/glab-cli-aliases.yml (100%) rename {.config => config}/konsole/SSH to WSL:Ubuntu.profile (100%) rename {.config => config}/konsole/mikedmoy-zsh.profile (100%) rename {.config => config}/konsole/mikedmoy.profile (100%) rename {.config => config}/konsole/mikedmoy:byobu-attach-session.profile (100%) rename {.config => config}/konsole/mikedmoy:tmux.profile (100%) rename {systemd => config/systemd}/system/gotty-server.service (100%) create mode 120000 systemd diff --git a/.config b/.config new file mode 120000 index 0000000..30fa1ce --- /dev/null +++ b/.config @@ -0,0 +1 @@ +config \ No newline at end of file diff --git a/.config/devshell.env b/config/devshell.env similarity index 100% rename from .config/devshell.env rename to config/devshell.env diff --git a/.config/gcshell.env b/config/gcshell.env similarity index 100% rename from .config/gcshell.env rename to config/gcshell.env diff --git a/.config/glab-cli-aliases.yml b/config/glab-cli-aliases.yml similarity index 100% rename from .config/glab-cli-aliases.yml rename to config/glab-cli-aliases.yml diff --git a/.config/konsole/SSH to WSL:Ubuntu.profile b/config/konsole/SSH to WSL:Ubuntu.profile similarity index 100% rename from .config/konsole/SSH to WSL:Ubuntu.profile rename to config/konsole/SSH to WSL:Ubuntu.profile diff --git a/.config/konsole/mikedmoy-zsh.profile b/config/konsole/mikedmoy-zsh.profile similarity index 100% rename from .config/konsole/mikedmoy-zsh.profile rename to config/konsole/mikedmoy-zsh.profile diff --git a/.config/konsole/mikedmoy.profile b/config/konsole/mikedmoy.profile similarity index 100% rename from .config/konsole/mikedmoy.profile rename to config/konsole/mikedmoy.profile diff --git a/.config/konsole/mikedmoy:byobu-attach-session.profile b/config/konsole/mikedmoy:byobu-attach-session.profile similarity index 100% rename from .config/konsole/mikedmoy:byobu-attach-session.profile rename to config/konsole/mikedmoy:byobu-attach-session.profile diff --git a/.config/konsole/mikedmoy:tmux.profile b/config/konsole/mikedmoy:tmux.profile similarity index 100% rename from .config/konsole/mikedmoy:tmux.profile rename to config/konsole/mikedmoy:tmux.profile diff --git a/systemd/system/gotty-server.service b/config/systemd/system/gotty-server.service similarity index 100% rename from systemd/system/gotty-server.service rename to config/systemd/system/gotty-server.service diff --git a/systemd b/systemd new file mode 120000 index 0000000..450546e --- /dev/null +++ b/systemd @@ -0,0 +1 @@ +config/systemd \ No newline at end of file