diff --git a/README.md b/README.md index cf442d7..6aaa2ff 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/config.yaml b/config.yaml index 9940846..6042e92 100644 --- a/config.yaml +++ b/config.yaml @@ -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: