8 lines
244 B
Bash
8 lines
244 B
Bash
|
|
ln -s $PWD/config/starship.toml ~/.config
|
||
|
|
ln -s $PWD/vimrc ~/.vimrc
|
||
|
|
ln -s $PWD/config/wezterm ~/.config/
|
||
|
|
ln -s $PWD/config/fish ~/.config
|
||
|
|
ln -s $PWD/config/tmux ~/.config
|
||
|
|
ln -s $PWD/config/senpai ~/.config
|
||
|
|
ln -s $PWD/config/zed/* ~/.config/zed
|