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
|
||||
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
|
||||
- neovim
|
||||
plug (automatically fetched by dotdrop)
|
||||
fonts-powerline
|
||||
exuberant-ctags
|
||||
cmake
|
||||
|
@ -1,5 +1,6 @@
|
||||
actions:
|
||||
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:
|
||||
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:
|
||||
@ -24,6 +25,8 @@ dotfiles:
|
||||
dst: ~/.tmux.conf
|
||||
src: tmux.conf
|
||||
f_zshrc:
|
||||
actions:
|
||||
- oh-my-zsh
|
||||
dst: ~/.zshrc
|
||||
src: zsh/zshrc
|
||||
f_zsh_private_aliases:
|
||||
|
Loading…
Reference in New Issue
Block a user