From beb029367996c3ca7c124d13b4ee9f50da43682c Mon Sep 17 00:00:00 2001 From: Phantop Date: Fri, 23 Nov 2018 14:47:51 -0500 Subject: [PATCH] Fix some ~ symlinks --- .local/share/nicotine/.gitignore | 0 .local/share/surf/.gitignore | 0 .nicotine | 2 +- .surf | 2 +- .symlinks/.nicotine | 1 + .symlinks/.surf | 1 + .symlinks/.themes | 1 + .themes | 1 + 8 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644 .local/share/nicotine/.gitignore delete mode 100644 .local/share/surf/.gitignore create mode 120000 .symlinks/.nicotine create mode 120000 .symlinks/.surf create mode 120000 .symlinks/.themes create mode 120000 .themes diff --git a/.local/share/nicotine/.gitignore b/.local/share/nicotine/.gitignore deleted file mode 100644 index e69de29..0000000 diff --git a/.local/share/surf/.gitignore b/.local/share/surf/.gitignore deleted file mode 100644 index e69de29..0000000 diff --git a/.nicotine b/.nicotine index e15f3f5..cd46e24 120000 --- a/.nicotine +++ b/.nicotine @@ -1 +1 @@ -.local/share/nicotine \ No newline at end of file +.symlinks/.nicotine/ \ No newline at end of file diff --git a/.surf b/.surf index 0c074db..906ee5a 120000 --- a/.surf +++ b/.surf @@ -1 +1 @@ -.local/share/surf \ No newline at end of file +.symlinks/.surf \ No newline at end of file diff --git a/.symlinks/.nicotine b/.symlinks/.nicotine new file mode 120000 index 0000000..adb904c --- /dev/null +++ b/.symlinks/.nicotine @@ -0,0 +1 @@ +/home/glados/.local/share/nicotine/ \ No newline at end of file diff --git a/.symlinks/.surf b/.symlinks/.surf new file mode 120000 index 0000000..1e46f35 --- /dev/null +++ b/.symlinks/.surf @@ -0,0 +1 @@ +/home/glados/.local/share/surf \ No newline at end of file diff --git a/.symlinks/.themes b/.symlinks/.themes new file mode 120000 index 0000000..8d323ba --- /dev/null +++ b/.symlinks/.themes @@ -0,0 +1 @@ +/home/glados/.local/share/themes \ No newline at end of file diff --git a/.themes b/.themes new file mode 120000 index 0000000..7a722bb --- /dev/null +++ b/.themes @@ -0,0 +1 @@ +.symlinks/.themes \ No newline at end of file