added correct theme link
This commit is contained in:
parent
58063dbbc8
commit
f712e785eb
@ -1,6 +1,7 @@
|
|||||||
# changing to zsh
|
# changing to zsh
|
||||||
|
|
||||||
exists=$(cat /etc/shells | grep zsh)
|
exists=$(cat /etc/shells | grep zsh)
|
||||||
|
|
||||||
if [[ -z "$exists" ]] ; then
|
if [[ -z "$exists" ]] ; then
|
||||||
echo "Please install zsh!"
|
echo "Please install zsh!"
|
||||||
exit 1
|
exit 1
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
# tmux-mem-cpu-load
|
# tmux-mem-cpu-load
|
||||||
~/bin/tmux-mem-cpu-load: src/tmux-mem-cpu-load/tmux-mem-cpu-load
|
~/bin/tmux-mem-cpu-load: src/tmux-mem-cpu-load/tmux-mem-cpu-load
|
||||||
# fzf
|
# fzf
|
||||||
~/bin/fzf: fzf/bin/fzf
|
~/bin/fzf: src/fzf/bin/fzf
|
||||||
~/bin/fzf-tmux: fzf/bin/fzf-tmux
|
~/bin/fzf-tmux: src/fzf/bin/fzf-tmux
|
||||||
# custom systemd for time tracking
|
# custom systemd for time tracking
|
||||||
~/.config/systemd/user/timesheet.service: src/timetracker/timesheet.service
|
~/.config/systemd/user/timesheet.service: src/timetracker/timesheet.service
|
||||||
|
2
zshrc
2
zshrc
@ -36,7 +36,7 @@ export PATH=$PATH:$HOME/bin
|
|||||||
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
|
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
|
||||||
|
|
||||||
#list of good themes [amuse,aussiegeek,passion]
|
#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
|
# Set list of themes to pick from when loading at random
|
||||||
# Setting this variable when ZSH_THEME=random will cause zsh to load
|
# Setting this variable when ZSH_THEME=random will cause zsh to load
|
||||||
|
Loading…
x
Reference in New Issue
Block a user