Skip to content

Commit

Permalink
U
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixstars-iizuka committed Oct 12, 2022
1 parent de4d213 commit a0a3726
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@ git submodule update --recursive
#
# shell
#
ln -s ${DOT_ROOT}/.zshrc ${HOME}
ln -sf ${DOT_ROOT}/.zshrc ${HOME}

#
# editor
#
ln -s ${DOT_ROOT}/.vim ${HOME}
ln -s ${DOT_ROOT}/.vimrc ${HOME}
ln -s ${DOT_ROOT}/.gvimrc ${HOME}
ln -s ${DOT_ROOT}/nvim ${HOME}/.config/nvim
ln -sf ${DOT_ROOT}/.vim ${HOME}
ln -sf ${DOT_ROOT}/.vimrc ${HOME}
ln -sf ${DOT_ROOT}/.gvimrc ${HOME}
ln -sf ${DOT_ROOT}/nvim ${HOME}/.config/nvim

#
# window manager
#
ln -s ${DOT_ROOT}/.config/i3 ${HOME}/.config/i3
ln -sf ${DOT_ROOT}/.config/i3 ${HOME}/.config/i3

#
# keybind
#
ln -s ${DOT_ROOT}/.Xmodmap ${HOME}
ln -sf ${DOT_ROOT}/.Xmodmap ${HOME}

#
# development
Expand All @@ -39,4 +39,4 @@ ln -s ${DOT_ROOT}/.Xmodmap ${HOME}
# svn co svn://gcc.gnu.org/svn/gcc/trunk/libstdc++-v3/python ${HOME}/.gdb/python
# ln -s ${DOT_ROOT}/.gdbinit ${HOME}

ln -s ${DOT_ROOT}/.clewn_keys ${HOME}
ln -sf ${DOT_ROOT}/.clewn_keys ${HOME}

0 comments on commit a0a3726

Please sign in to comment.