Add base16 terminal colors
This commit is contained in:
parent
885839d789
commit
760d0fb81b
@ -33,6 +33,11 @@ done
|
||||
info "Deploying bash configuration"
|
||||
ln -s "${REPODIR}/.bashrc" "${HOME}"
|
||||
|
||||
# terminal colors
|
||||
info "Configuring terminal colors"
|
||||
mkdir -p "${HOME}/.config"
|
||||
ln -s "${REPODIR}/.config/base16" "${HOME}/.config/"
|
||||
|
||||
# tmux
|
||||
info "Configuring tmux"
|
||||
ln -s "${REPODIR}/.tmux.conf" "${HOME}"
|
||||
@ -43,7 +48,9 @@ mkdir -p "${HOME}/tmux/plugins"
|
||||
info "Configuring vim"
|
||||
ln -s "${REPODIR}/.vim/" "${HOME}"
|
||||
ln -s "${REPODIR}/.vimrc" "${HOME}"
|
||||
info "Updating vim plugins"
|
||||
"${HOME}/bin/update-vim-plugins"
|
||||
|
||||
# Update submodules
|
||||
info "Updating submodules"
|
||||
"${git}" -C "${REPODIR}" submodule update --init --recursive --merge --remote
|
||||
|
||||
info "Verba volant, scripta manent"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user