Add diffs
This commit is contained in:
18
clone_and_link_mac.sh
Executable file
18
clone_and_link_mac.sh
Executable file
@@ -0,0 +1,18 @@
|
||||
#! /bin/sh
|
||||
#
|
||||
# clone_and_link.sh
|
||||
# Copyright (C) 2016 fabian <fabian@fabi-laptop-arch>
|
||||
#
|
||||
# Distributed under terms of the MIT license.
|
||||
#
|
||||
|
||||
|
||||
git submodule update --init --recursive
|
||||
echo "ln -s $PWD/vim $HOME/.vim"
|
||||
ln -sv $PWD/vim $HOME/.vim
|
||||
ln -sv ~/.vim/.vimrc $HOME/.vimrc
|
||||
ln -sv $PWD/zsh $HOME/.zsh
|
||||
ln -sv ~/.zsh/.zshrc $HOME/.zshrc
|
||||
ln -sv $PWD/tmux $HOME/.tmux
|
||||
ln -sv ~/.tmux/.tmux.conf $HOME/.tmux.conf
|
||||
|
||||
Reference in New Issue
Block a user