add: install.sh symlinks
This commit is contained in:
parent
e62e449da7
commit
e1138795c0
1 changed files with 13 additions and 0 deletions
13
bin/install.sh
Normal file
13
bin/install.sh
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
#!/usr/bin/fish
|
||||||
|
|
||||||
|
# test working directory
|
||||||
|
|
||||||
|
|
||||||
|
# symlink
|
||||||
|
#ln -s ~/.config/fish/config.fish dotfiles/fish/config.fish
|
||||||
|
cp ~/.config/fish/config.fish (pwd)/dotfiles/fish/config.fish
|
||||||
|
ln -s (pwd)/dotfiles/fish/config.fish ~/.config/fish/config.fish
|
||||||
|
ln -s (pwd)/dotfiles/starship/starship.toml ~/.config/starship.toml
|
||||||
|
ln -sf (pwd)/dotfiles/neovim/init.lua ~/.config/nvim/init.lua
|
||||||
|
ln -sf (pwd)/dotfiles/neovim/lua/plugins.lua ~/.config/nvim/lua/plugins.lua
|
||||||
|
|
Loading…
Reference in a new issue