diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-25 01:06:03 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-25 01:06:03 +0200 |
| commit | 63bd6072cede7dfde9cd1441aae16651c45b54e5 (patch) | |
| tree | aec9511f1b6e5efe586e0f9c52b1cfe267ec4765 | |
| parent | d4989c7d9f4f129f2a868ff355f75a6a99972d68 (diff) | |
| download | dotfiles-63bd6072cede7dfde9cd1441aae16651c45b54e5.tar.gz | |
Update
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | symlink.sh | 8 |
2 files changed, 9 insertions, 1 deletions
| @@ -4,6 +4,6 @@ | |||
| 4 | git clone git@github.com:mitjafelicijan/dotfiles.git ~/.dotfiles | 4 | git 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. |
| 7 | bash symlink.sh | 7 | sh symlink.sh |
| 8 | ``` | 8 | ``` |
| 9 | 9 | ||
| @@ -1,3 +1,11 @@ | |||
| 1 | #!/usr/bin/env sh | ||
| 2 | |||
| 3 | set -x | ||
| 4 | |||
| 5 | mkdir -p ~/.config/i3 | ||
| 6 | mkdir -p ~/.config/i3status/ | ||
| 7 | mkdir -p ~/.newsboat | ||
| 8 | |||
| 1 | ln -s ~/.dotfiles/shenanigans.sh ~/.shenanigans.sh | 9 | ln -s ~/.dotfiles/shenanigans.sh ~/.shenanigans.sh |
| 2 | ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf | 10 | ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf |
| 3 | ln -s ~/.dotfiles/vimrc ~/.vimrc | 11 | ln -s ~/.dotfiles/vimrc ~/.vimrc |
