aboutsummaryrefslogtreecommitdiffstats
path: root/python@zenith
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-05-06 10:17:18 +0200
committerMattias Andrée <maandree@kth.se>2024-05-06 10:17:18 +0200
commit9e61d4b3a6c16ea7e914956a571849d14c0e0baf (patch)
tree404c2545e9618a224822ea7fcf3125762d866358 /python@zenith
parent... (diff)
downloaddotfiles-9e61d4b3a6c16ea7e914956a571849d14c0e0baf.tar.gz
dotfiles-9e61d4b3a6c16ea7e914956a571849d14c0e0baf.tar.bz2
dotfiles-9e61d4b3a6c16ea7e914956a571849d14c0e0baf.tar.xz
Update clawsrc and make python and st exclusive to zenith
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--python@zenith/Makefile (renamed from python/Makefile)4
-rw-r--r--python@zenith/bash-aliases (renamed from python/bash-aliases)0
-rw-r--r--python@zenith/user-profile (renamed from python/user-profile)0
3 files changed, 2 insertions, 2 deletions
diff --git a/python/Makefile b/python@zenith/Makefile
index f0d75f6..4a20fbe 100644
--- a/python/Makefile
+++ b/python@zenith/Makefile
@@ -6,11 +6,11 @@ install:
ln -sf .var/cache/python_history ~/.python_history
mkdir -p -- ~/.config/profile.d
test ! -d ~/.config/profile.d/python
- ln -sf -- ~/.dotfiles/python/user-profile ~/.config/profile.d/python
+ ln -sf -- ~/.dotfiles/python@zenith/user-profile ~/.config/profile.d/python
if test "$$(python --version 2>&1 | cut -d ' ' -f 2 | cut -d . -f 1)" = 2; then \
mkdir -p -- ~/.config/bash/aliases.d && \
test ! -d ~/.config/bash/aliases.d/python && \
- ln -sf -- ~/.dotfiles/python/bash-aliases ~/.config/bash/aliases.d/python; \
+ ln -sf -- ~/.dotfiles/python@zenith/bash-aliases ~/.config/bash/aliases.d/python; \
fi
uninstall:
diff --git a/python/bash-aliases b/python@zenith/bash-aliases
index 90ef57b..90ef57b 100644
--- a/python/bash-aliases
+++ b/python@zenith/bash-aliases
diff --git a/python/user-profile b/python@zenith/user-profile
index 8c9f982..8c9f982 100644
--- a/python/user-profile
+++ b/python@zenith/user-profile