mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31:30 +01:00
documentation cleanup
This commit is contained in:
parent
985c09dda1
commit
f7c35abb61
10
install.sh
10
install.sh
|
@ -124,8 +124,6 @@ function fix_annoyances {
|
||||||
sed 's|ls \\|#ls \\|' /etc/grc.zsh
|
sed 's|ls \\|#ls \\|' /etc/grc.zsh
|
||||||
|
|
||||||
# TODO: add iptables, docker to grc.zsh
|
# TODO: add iptables, docker to grc.zsh
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -163,11 +161,9 @@ function brethil_dotfiles_setup {
|
||||||
# ackrc
|
# ackrc
|
||||||
setup_ackrc
|
setup_ackrc
|
||||||
|
|
||||||
oh_my_zsh_path="$(antibody path robbyrussell/oh-my-zsh)"
|
ZSH="$(antibody path robbyrussell/oh-my-zsh)"
|
||||||
# Symlink brethil.zsh-theme
|
ln -s "$DOTFILES/brethil.zsh-theme" "${ZSH}/themes/" # TODO: improve this
|
||||||
ln -s $DOTFILES/brethil.zsh-theme ${oh_my_zsh_path}/themes/ # TODO: improve this
|
ln -s "$DOTFILES/brethil-minimal.zsh-theme" "${ZSH}/themes/"
|
||||||
# Symlink brethil-minimal.zsh-theme
|
|
||||||
ln -s $DOTFILES/brethil-minimal.zsh-theme ${oh_my_zsh_path}/themes/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user