fix: fishに慣れすぎた弊害
This commit is contained in:
parent
ef2d9a239d
commit
90de93e9fa
1 changed files with 4 additions and 4 deletions
8
bin/install.sh
Normal file → Executable file
8
bin/install.sh
Normal file → Executable file
|
@ -14,9 +14,9 @@ fi
|
|||
# =========================================================
|
||||
# links
|
||||
# =========================================================
|
||||
ln -sf (pwd)/dotfiles/fish/config.fish ~/.config/fish/config.fish
|
||||
ln -sf (pwd)/dotfiles/starship/starship.toml ~/.config/starship.toml
|
||||
ln -sf (pwd)/dotfiles/tmux.conf ~/.tmux.conf
|
||||
ln -sf $(pwd)/dotfiles/fish/config.fish ~/.config/fish/config.fish
|
||||
ln -sf $(pwd)/dotfiles/starship/starship.toml ~/.config/starship.toml
|
||||
ln -sf $(pwd)/dotfiles/tmux.conf ~/.tmux.conf
|
||||
|
||||
|
||||
ln -sf (pwd)/dotfiles/nvim/init.lua ~/.config/nvim/init.lua
|
||||
ln -sf $(pwd)/dotfiles/nvim/init.lua ~/.config/nvim/init.lua
|
||||
|
|
Loading…
Reference in a new issue