Updated config
This commit is contained in:
parent
893e52a450
commit
05664c23a3
3 changed files with 6 additions and 17 deletions
10
config.sh
10
config.sh
|
@ -4,19 +4,19 @@ cd ~
|
|||
|
||||
rm -f .profile
|
||||
rm -f .bashrc
|
||||
ln -s ~/Repositories/config/profile .profile
|
||||
ln -s ~/Repositories/config/bashrc .bashrc
|
||||
ln -s ~/Code/config/profile .profile
|
||||
ln -s ~/Code/config/bashrc .bashrc
|
||||
|
||||
rm -f .screenrc
|
||||
ln -s ~/Repositories/config/screenrc .screenrc
|
||||
ln -s ~/Code/config/screenrc .screenrc
|
||||
|
||||
rm -f .vimrc
|
||||
ln -s ~/Repositories/config/vimrc .vimrc
|
||||
ln -s ~/Code/config/vimrc .vimrc
|
||||
|
||||
# set up the default branch for git
|
||||
git config --global branch.master.remote origin
|
||||
git config --global branch.master.merge refs/heads/master
|
||||
|
||||
rm -rf .vim
|
||||
ln -s ~/Repositories/config/vim .vim
|
||||
ln -s ~/Code/config/vim .vim
|
||||
|
||||
|
|
2
profile
2
profile
|
@ -87,5 +87,5 @@ macos_magic_fix() {
|
|||
|
||||
export PATH=$PATH:~/.bin
|
||||
|
||||
ulimit -n 65535
|
||||
#ulimit -n 65535
|
||||
|
||||
|
|
11
push.sh
11
push.sh
|
@ -1,11 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
places="nicholas@ntietz.com ntietz@neptune.cs.kent.edu ntietz@acm.cs.kent.edu"
|
||||
|
||||
for each in $places
|
||||
do
|
||||
echo "Updating on $each..."
|
||||
ssh $each "cd ~/Repositories/config; git pull"
|
||||
echo "Done."
|
||||
done
|
||||
|
Loading…
Reference in a new issue