Skip to content

Commit

Permalink
fix bag
Browse files Browse the repository at this point in the history
  • Loading branch information
slme9364 committed Mar 12, 2021
1 parent f42fa2d commit 40efa5a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Empty file modified init.sh
100644 → 100755
Empty file.
16 changes: 8 additions & 8 deletions link.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!bin/sh
#bin/sh

ln -s zsh/.zshrc ~/.zshrc
ln -s zsh/.zshenv ~/.zshenv
ln -s vim/nvim ~/.config/nvim
ln -s vim/.ideavimrc ~/.ideavimrc
ln -s vim/.vimrc.keymap ~/.vimrc.keymap
ln -s git/.gitconfig ~/.gitconfig
ln -s tmux/.tmux.conf ~/.tmux.conf
ln -svf ~/repos/dotfiles/zsh/.zshrc ~
ln -svf ~/repos/dotfiles/zsh/.zshenv ~
ln -svf ~/repos/dotfiles/vim/nvim ~/.config
ln -svf ~/repos/dotfiles/vim/.ideavimrc ~
ln -svf ~/repos/dotfiles/vim/.vimrc.keymap ~
ln -svf ~/repos/dotfiles/git/.gitconfig ~
ln -svf ~/repos/dotfiles/tmux/.tmux.conf ~

0 comments on commit 40efa5a

Please sign in to comment.