More moving stuff around
This commit is contained in:
parent
363839b1e2
commit
d668c03630
@ -13,6 +13,8 @@ function main()
|
|||||||
brewget vim --with-override-system-vi
|
brewget vim --with-override-system-vi
|
||||||
caskget docker
|
caskget docker
|
||||||
|
|
||||||
|
makedir ${HOME}/code
|
||||||
|
|
||||||
print_ok "Development environment setup"
|
print_ok "Development environment setup"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -9,6 +9,7 @@ function main()
|
|||||||
${scriptdir}/setup_homebrew.sh
|
${scriptdir}/setup_homebrew.sh
|
||||||
|
|
||||||
caskget google-chrome
|
caskget google-chrome
|
||||||
|
caskget dropbox
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3,16 +3,17 @@ set -x DOTFILES /Users/thomas/dotfiles
|
|||||||
# Don't change it!
|
# Don't change it!
|
||||||
|
|
||||||
if test "$SHLVL" -le 1
|
if test "$SHLVL" -le 1
|
||||||
|
# Homebrew path
|
||||||
set -x PATH /usr/local/bin /usr/local/sbin $PATH
|
set -x PATH /usr/local/bin /usr/local/sbin $PATH
|
||||||
set -x PATH $DOTFILES/bin $PATH
|
# Personal scripts
|
||||||
if test -d $HOME/bin
|
set -x PATH $HOME/bin $PATH
|
||||||
set -x PATH $HOME/bin $PATH
|
# To easily run things in current directory
|
||||||
end
|
|
||||||
set -x PATH . $PATH
|
set -x PATH . $PATH
|
||||||
|
|
||||||
set -x FISH_SETUP_PATH 'yes'
|
set -x FISH_SETUP_PATH 'yes'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Locale settings
|
||||||
set -x LANG sv_SE.UTF-8
|
set -x LANG sv_SE.UTF-8
|
||||||
set -x LC_ALL sv_SE.UTF-8
|
set -x LC_ALL sv_SE.UTF-8
|
||||||
|
|
||||||
|
@ -11,6 +11,9 @@ function main()
|
|||||||
|
|
||||||
print_info "Installing terminal applications"
|
print_info "Installing terminal applications"
|
||||||
brewget tmux
|
brewget tmux
|
||||||
|
|
||||||
|
makedir ${HOME}/bin
|
||||||
|
linkfile ${scriptdir}/columnize ${HOME}/bin/columnize
|
||||||
print_ok "Terminal applications installed"
|
print_ok "Terminal applications installed"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user