all: add carp
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,4 +1,7 @@
|
|||||||
all: e git input python sbcli scripts valgrind vim zepto zsh
|
all: carp e git input python sbcli scripts valgrind vim zepto zsh
|
||||||
|
|
||||||
|
carp:
|
||||||
|
cp -r carp ~/.carp
|
||||||
|
|
||||||
e:
|
e:
|
||||||
cp erc ~/.erc
|
cp erc ~/.erc
|
||||||
|
1
carp/profile.carp
Normal file
1
carp/profile.carp
Normal file
@@ -0,0 +1 @@
|
|||||||
|
(Project.config "output-directory" "/Users/veitheller/.carp/out/")
|
1
zshrc
1
zshrc
@@ -169,6 +169,7 @@ pinfo(){
|
|||||||
save_dotfiles(){
|
save_dotfiles(){
|
||||||
local DOTPATH=~/Documents/Code/Github/.dotfiles/
|
local DOTPATH=~/Documents/Code/Github/.dotfiles/
|
||||||
cp -r ~/.scripts ${DOTPATH}
|
cp -r ~/.scripts ${DOTPATH}
|
||||||
|
rsync -av --exclude="libs" --exclude="history" ~/.carp/ ${DOTPATH}carp > /dev/null
|
||||||
cp ~/.erc ${DOTPATH}erc
|
cp ~/.erc ${DOTPATH}erc
|
||||||
cp ~/.gitconfig ${DOTPATH}gitconfig
|
cp ~/.gitconfig ${DOTPATH}gitconfig
|
||||||
cp ~/.gitignore ${DOTPATH}gitignore
|
cp ~/.gitignore ${DOTPATH}gitignore
|
||||||
|
Reference in New Issue
Block a user