added powerline fonts
This commit is contained in:
parent
d7a89ece56
commit
122a72f478
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -2,3 +2,6 @@
|
|||||||
path = dotbot
|
path = dotbot
|
||||||
url = https://github.com/anishathalye/dotbot
|
url = https://github.com/anishathalye/dotbot
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
|
[submodule "fonts"]
|
||||||
|
path = fonts
|
||||||
|
url = https://github.com/powerline/fonts.git
|
||||||
|
1
fonts
Submodule
1
fonts
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit e80e3eba9091dac0655a0a77472e10f53e754bb0
|
@ -1,10 +1,11 @@
|
|||||||
- clean: ['~', '~/.oh-my-zsh/custom/', '~/.oh-my-zsh/custom/plugs/']
|
- clean: ['~', '~/.oh-my-zsh/custom/']
|
||||||
|
|
||||||
|
- create:
|
||||||
|
- ~/oh-my-zsh/custom/plugins
|
||||||
|
- ~/oh-my-zsh/custom/themes
|
||||||
|
- ~/
|
||||||
- shell:
|
- shell:
|
||||||
- [sh pre-install.sh, Running setup script]
|
- [sh pre-install.sh, Running setup script]
|
||||||
- [mkdir -p ~/oh-my-zsh/custom/, creating zsh custom folders]
|
|
||||||
- [mkdir -p ~/oh-mh-zsh/custom/themes]
|
|
||||||
- [mkdir -p ~/oh-my-zsh/custom/plugins]
|
|
||||||
- [git submodule update --init --recursive, Installing submodules]
|
- [git submodule update --init --recursive, Installing submodules]
|
||||||
- [sh fonts/install.sh, Installing Powerline fonts]
|
- [sh fonts/install.sh, Installing Powerline fonts]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user