mirror of
https://github.com/Adam-Ant/dotfiles
synced 2024-11-05 09:06:23 +00:00
5 lines
122 B
Bash
5 lines
122 B
Bash
#!/bin/sh
|
|
ln -s ~/.dotfiles/zsh/zshrc .zshrc
|
|
ln -s ~/.dotfiles/i3 ~/.config/i3
|
|
ln -s ~/.dotfiles/Xresources ~/.Xresources
|