mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2025-04-26 03:45:21 -04:00
Update install.sh
This commit is contained in:
parent
c9c49c2c59
commit
b3fa91d37c
@ -11,6 +11,10 @@ ln -sf "$HOME"/.dotfiles/git/.gitignore_global "$HOME"/.gitignore_global
|
|||||||
mkdir -p "$HOME"/.ssh
|
mkdir -p "$HOME"/.ssh
|
||||||
ln -sf "$HOME"/.dotfiles/ssh/.ssh/config "$HOME"/.ssh/config
|
ln -sf "$HOME"/.dotfiles/ssh/.ssh/config "$HOME"/.ssh/config
|
||||||
|
|
||||||
|
# https://github.com/ohmyzsh/ohmyzsh/issues/6835#issuecomment-390187157
|
||||||
|
chmod 755 /usr/local/share/zsh
|
||||||
|
chmod 755 /usr/local/share/zsh/site-functions
|
||||||
|
|
||||||
# Get Oh My ZSH up and running
|
# Get Oh My ZSH up and running
|
||||||
if [ ! -e ~/.oh-my-zsh ]; then
|
if [ ! -e ~/.oh-my-zsh ]; then
|
||||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user