added correct theme link

nvim
KeeganForelight 2 years ago
parent 58063dbbc8
commit f712e785eb

@ -1,6 +1,7 @@
# changing to zsh
exists=$(cat /etc/shells | grep zsh)
if [[ -z "$exists" ]] ; then
echo "Please install zsh!"
exit 1

@ -46,7 +46,7 @@
# tmux-mem-cpu-load
~/bin/tmux-mem-cpu-load: src/tmux-mem-cpu-load/tmux-mem-cpu-load
# fzf
~/bin/fzf: fzf/bin/fzf
~/bin/fzf-tmux: fzf/bin/fzf-tmux
~/bin/fzf: src/fzf/bin/fzf
~/bin/fzf-tmux: src/fzf/bin/fzf-tmux
# custom systemd for time tracking
~/.config/systemd/user/timesheet.service: src/timetracker/timesheet.service

@ -36,7 +36,7 @@ export PATH=$PATH:$HOME/bin
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
#list of good themes [amuse,aussiegeek,passion]
ZSH_THEME="powerlevel10k"
ZSH_THEME="powerlevel10k/powerlevel10k"
# Set list of themes to pick from when loading at random
# Setting this variable when ZSH_THEME=random will cause zsh to load

Loading…
Cancel
Save