From 0eb9175a8385f297cd942bc68fc5f41ec032d766 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 19 Feb 2023 16:50:55 +0100 Subject: Make symbolic links relative This allows to move the home folder withouth further needed actions. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8eb5424..3dc6114 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,11 @@ Finally you should link some configuration files from programs which expect their config file in `~` instead of `~/.config`: ```bash - ln -s ~/.config/.bash_profile ~/.bash_profile - ln -s ~/.config/.bashrc ~/.bashrc - ln -s ~/.config/.vimrc ~/.vimrc - ln -s ~/.config/.zshrc ~/.zshrc + cd ~ + ln -s .config/.bash_profile .bash_profile + ln -s .config/.bashrc .bashrc + ln -s .config/.vimrc .vimrc + ln -s .config/.zshrc .zshrc ``` ## Update -- cgit v1.2.3-70-g09d2