Merge branch 'master' of github.com:staticsafe/dotfiles
This commit is contained in:
commit
10210235ea
1
.vimrc
1
.vimrc
|
@ -16,3 +16,4 @@ set shiftwidth=4
|
||||||
set softtabstop=4
|
set softtabstop=4
|
||||||
set autoindent
|
set autoindent
|
||||||
set mouse=a
|
set mouse=a
|
||||||
|
set hls is
|
||||||
|
|
|
@ -13,6 +13,7 @@ vimrcurl = "https://raw.github.com/staticsafe/dotfiles/master/.vimrc"
|
||||||
zshrcurl = "https://raw.github.com/staticsafe/dotfiles/master/.zshrc"
|
zshrcurl = "https://raw.github.com/staticsafe/dotfiles/master/.zshrc"
|
||||||
tmuxurl = "https://raw.github.com/staticsafe/dotfiles/master/.tmux.conf"
|
tmuxurl = "https://raw.github.com/staticsafe/dotfiles/master/.tmux.conf"
|
||||||
vimdirurl = "http://dl.dropbox.com/u/2888062/vimdir.tar.bz2"
|
vimdirurl = "http://dl.dropbox.com/u/2888062/vimdir.tar.bz2"
|
||||||
|
envupdate = "https://raw.github.com/staticsafe/dotfiles/master/envupdate.sh"
|
||||||
|
|
||||||
def sudocheck():
|
def sudocheck():
|
||||||
#sudocheck
|
#sudocheck
|
||||||
|
@ -85,6 +86,9 @@ def checksandactions():
|
||||||
setzsh = call("chsh -s $(which zsh)", shell = True)
|
setzsh = call("chsh -s $(which zsh)", shell = True)
|
||||||
zshhistory = call("touch ~/.zhistory", shell = True)
|
zshhistory = call("touch ~/.zhistory", shell = True)
|
||||||
|
|
||||||
|
#Downloads environment update script
|
||||||
|
urldownload(confurl = envupdate)
|
||||||
|
scriptperm = call("chmod a+x envupdate.sh", shell = True)
|
||||||
def envArch():
|
def envArch():
|
||||||
sudocheck()
|
sudocheck()
|
||||||
#Install relevant packages
|
#Install relevant packages
|
||||||
|
|
Loading…
Reference in New Issue