diff options
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 |