added theme and links, testing
This commit is contained in:
parent
122a72f478
commit
e9da8a9c76
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -5,3 +5,6 @@
|
||||
[submodule "fonts"]
|
||||
path = fonts
|
||||
url = https://github.com/powerline/fonts.git
|
||||
[submodule "oh-my-zsh/custom/themes/powerlevel10k"]
|
||||
path = oh-my-zsh/custom/themes/powerlevel10k
|
||||
url = https://github.com/romkatv/powerlevel10k.git
|
||||
|
@ -3,9 +3,18 @@
|
||||
- create:
|
||||
- ~/oh-my-zsh/custom/plugins
|
||||
- ~/oh-my-zsh/custom/themes
|
||||
- ~/
|
||||
- shell:
|
||||
- [sh pre-install.sh, Running setup script]
|
||||
- [git submodule update --init --recursive, Installing submodules]
|
||||
- [sh fonts/install.sh, Installing Powerline fonts]
|
||||
#at this point, we should have clean folders set up for oh my zsh and should have fonts installed
|
||||
#now we need to start creating links and then perform any other installation stuff
|
||||
|
||||
- link:
|
||||
- ~/.dotfiles: ''
|
||||
- ~/.vim: vim/
|
||||
- ~/.vimrc: vimrc
|
||||
- ~/.zshrc:
|
||||
force: true
|
||||
path: zshrc
|
||||
- ~/.oh-my-zsh/custom/themes/powerlevel10k.zsh-theme: oh-my-zsh/custom/themes/powerlevel10k/powerlevel10k.zsh_theme
|
||||
|
1
oh-my-zsh/custom/themes/powerlevel10k
Submodule
1
oh-my-zsh/custom/themes/powerlevel10k
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit f07d7baea36010bfa74708844d404517ea6ac473
|
@ -17,7 +17,7 @@ export ZSH="$HOME/.oh-my-zsh"
|
||||
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
|
||||
|
||||
#list of good themes [amuse,aussiegeek,passion]
|
||||
ZSH_THEME="powerlevel10k/powerlevel10k"
|
||||
ZSH_THEME="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…
x
Reference in New Issue
Block a user