aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 2 insertions, 14 deletions
diff --git a/README.md b/README.md
index a22b201..e85bb72 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,9 @@
1![Unga Bunga](https://github.com/mitjafelicijan/dotfiles/assets/296714/2ea7852a-8297-40c4-a9b1-0f6cba6c701f) 1![Unga Bunga](https://github.com/mitjafelicijan/dotfiles/assets/296714/2ea7852a-8297-40c4-a9b1-0f6cba6c701f)
2 2
3Clone the repo first...
4
5```sh 3```sh
6git clone git@github.com:mitjafelicijan/dotfiles.git ~/.dotfiles 4git clone git@github.com:mitjafelicijan/dotfiles.git ~/.dotfiles
7```
8 5
9Then create symbolic links to actual config files. 6# Create symbolic links to actual config files.
10 7bash update.sh
11```sh
12ln -s ~/.dotfiles/alacritty.yml ~/.alacritty.yml
13ln -s ~/.dotfiles/shenanigans.sh ~/.shenanigans.sh
14ln -s ~/.dotfiles/helix.toml ~/.config/helix/config.toml
15ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf
16ln -s ~/.dotfiles/vimrc ~/.vimrc
17ln -s ~/.dotfiles/newsboat ~/.newsboat/config
18ln -s ~/.dotfiles/urls ~/.newsboat/urls
19ln -s ~/.dotfiles/gf2_config.ini ~/.config/gf2_config.ini
20``` 8```
21 9