From c2c1944b95d8c2f552040c017eb0e8222c582b2e Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 14 Oct 2024 00:05:03 +0200 Subject: Cleanup and added script that creates symlinks --- README.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a22b201..e85bb72 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,9 @@ ![Unga Bunga](https://github.com/mitjafelicijan/dotfiles/assets/296714/2ea7852a-8297-40c4-a9b1-0f6cba6c701f) -Clone the repo first... - ```sh git clone git@github.com:mitjafelicijan/dotfiles.git ~/.dotfiles -``` -Then create symbolic links to actual config files. - -```sh -ln -s ~/.dotfiles/alacritty.yml ~/.alacritty.yml -ln -s ~/.dotfiles/shenanigans.sh ~/.shenanigans.sh -ln -s ~/.dotfiles/helix.toml ~/.config/helix/config.toml -ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf -ln -s ~/.dotfiles/vimrc ~/.vimrc -ln -s ~/.dotfiles/newsboat ~/.newsboat/config -ln -s ~/.dotfiles/urls ~/.newsboat/urls -ln -s ~/.dotfiles/gf2_config.ini ~/.config/gf2_config.ini +# Create symbolic links to actual config files. +bash update.sh ``` -- cgit v1.2.3