systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

commit dc13dc78de3907dbd3b17ecf220676b001a5d5cf
parent a8b85ae37d05e2ae8ebd408b63d346aa52f8ea60
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sun, 15 Jul 2018 10:47:46 +0200

remove gittemplates in termux because sponge is missing

termux/updateHome.sh | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Diffstat:
Mtermux/updateHome.sh | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/termux/updateHome.sh b/termux/updateHome.sh @@ -2,8 +2,9 @@ cp .bash_aliases ~/ cp .bashrc ~/ cp ../dotfiles/.gdbinit ~/ cp ../dotfiles/.gitconfig ~/ -mkdir ~/.gittemplates -cp -R ../dotfiles/.gittemplates/* ~/.gittemplates/ +# termux - sponge is missing +# mkdir ~/.gittemplates +# cp -R ../dotfiles/.gittemplates/* ~/.gittemplates/ cp ../dotfiles/.tmux.conf ~/ mkdir ~/.vim cp -R ../dotfiles/.vim/* ~/.vim/