Added oh-my-zsh to configuration
This commit is contained in:
parent
53768c88c7
commit
5412da060b
@ -15,8 +15,11 @@ sudo pip3 install -r dotdrop/requirements.txt
|
|||||||
## Prerequisites
|
## Prerequisites
|
||||||
Below, a list of applications that are managed and of their prerequisites to make full use of all configuration.
|
Below, a list of applications that are managed and of their prerequisites to make full use of all configuration.
|
||||||
```
|
```
|
||||||
|
- ZSH
|
||||||
|
oh-my-zsh (automatically fetched by dotdrop)
|
||||||
- tmux
|
- tmux
|
||||||
- neovim
|
- neovim
|
||||||
|
plug (automatically fetched by dotdrop)
|
||||||
fonts-powerline
|
fonts-powerline
|
||||||
exuberant-ctags
|
exuberant-ctags
|
||||||
cmake
|
cmake
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
actions:
|
actions:
|
||||||
nvim-plug: nvim +PlugInstall +qall
|
nvim-plug: nvim +PlugInstall +qall
|
||||||
|
oh-my-zsh: test -e ~/.oh-my-zsh || (git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh)
|
||||||
pre:
|
pre:
|
||||||
nvim-plug-install: test -e ~/.local/share/nvim/site/autoload/plug.vim || (mkdir -p ~/.local/share/nvim/site/autoload/; curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim)
|
nvim-plug-install: test -e ~/.local/share/nvim/site/autoload/plug.vim || (mkdir -p ~/.local/share/nvim/site/autoload/; curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim)
|
||||||
config:
|
config:
|
||||||
@ -24,6 +25,8 @@ dotfiles:
|
|||||||
dst: ~/.tmux.conf
|
dst: ~/.tmux.conf
|
||||||
src: tmux.conf
|
src: tmux.conf
|
||||||
f_zshrc:
|
f_zshrc:
|
||||||
|
actions:
|
||||||
|
- oh-my-zsh
|
||||||
dst: ~/.zshrc
|
dst: ~/.zshrc
|
||||||
src: zsh/zshrc
|
src: zsh/zshrc
|
||||||
f_zsh_private_aliases:
|
f_zsh_private_aliases:
|
||||||
|
Loading…
Reference in New Issue
Block a user