aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--symlink.sh8
2 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5d794bb..f1697ec 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,6 @@
4git clone git@github.com:mitjafelicijan/dotfiles.git ~/.dotfiles 4git clone git@github.com:mitjafelicijan/dotfiles.git ~/.dotfiles
5 5
6# Create symbolic links to actual config files. 6# Create symbolic links to actual config files.
7bash symlink.sh 7sh symlink.sh
8``` 8```
9 9
diff --git a/symlink.sh b/symlink.sh
index 82ddad6..5900937 100644
--- a/symlink.sh
+++ b/symlink.sh
@@ -1,3 +1,11 @@
1#!/usr/bin/env sh
2
3set -x
4
5mkdir -p ~/.config/i3
6mkdir -p ~/.config/i3status/
7mkdir -p ~/.newsboat
8
1ln -s ~/.dotfiles/shenanigans.sh ~/.shenanigans.sh 9ln -s ~/.dotfiles/shenanigans.sh ~/.shenanigans.sh
2ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf 10ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf
3ln -s ~/.dotfiles/vimrc ~/.vimrc 11ln -s ~/.dotfiles/vimrc ~/.vimrc