dotfiles/initialize_script
2018-08-01 21:16:36 +02:00

12 lines
276 B
Bash
Executable file

#!/bin/bash
# Setup script for vim & tmux
# Get the full path of the script
SCRIPT_PATH=`realpath $0`
# Remove the filename
DOTFILES=`dirname $SCRIPT`
mkdir $HOME/.vim
ln -sf $DOTFILES/{.bashrc,vim/.vimrc,.tmux.conf,.profile} $HOME/
ln -sf $DOTFILES/vim/colors $HOME/.vim/