rename dev folder
This commit is contained in:
@@ -47,3 +47,4 @@ function lab() {
|
|||||||
echo $(curl -s https://cpsecurity.club/api/v1/status | jq ".data.status" | tr -d "\"")
|
echo $(curl -s https://cpsecurity.club/api/v1/status | jq ".data.status" | tr -d "\"")
|
||||||
tput sgr0
|
tput sgr0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
required = true
|
required = true
|
||||||
[user]
|
[user]
|
||||||
name = Stephen Parkinson
|
name = Stephen Parkinson
|
||||||
email = smparkin@calpoly.edu
|
email = smp827@gmail.com
|
||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.gitignore_global
|
excludesfile = ~/.gitignore_global
|
||||||
[pull]
|
[pull]
|
||||||
|
|||||||
2
setup.sh
2
setup.sh
@@ -46,7 +46,7 @@ ln -s ~/dotfiles/newstephen.zsh-theme ~/.oh-my-zsh/custom/themes/newstephen.zsh-
|
|||||||
ln -s ~/dotfiles/tmux.conf ~/.tmux.conf
|
ln -s ~/dotfiles/tmux.conf ~/.tmux.conf
|
||||||
ln -s ~/dotfiles/vimrc ~/.vimrc
|
ln -s ~/dotfiles/vimrc ~/.vimrc
|
||||||
|
|
||||||
mkdir ~/Development
|
mkdir ~/Developer
|
||||||
|
|
||||||
echo "Change shell to zsh? [y/n]"
|
echo "Change shell to zsh? [y/n]"
|
||||||
read shell
|
read shell
|
||||||
|
|||||||
Reference in New Issue
Block a user