diff --git a/.gitignore b/.gitignore index d32690a..8924c1c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,3 @@ -tmux -vim -fonts -oh-my-zsh -dotbot +tmux/** +vim/** diff --git a/dotbot b/dotbot new file mode 160000 index 0000000..d2f76a2 --- /dev/null +++ b/dotbot @@ -0,0 +1 @@ +Subproject commit d2f76a25933f97cd37ef94e3bf9c134b9c55a02a diff --git a/fonts b/fonts new file mode 160000 index 0000000..e80e3eb --- /dev/null +++ b/fonts @@ -0,0 +1 @@ +Subproject commit e80e3eba9091dac0655a0a77472e10f53e754bb0 diff --git a/install.conf.yaml b/install.conf.yaml index 2819152..ad294d4 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -6,6 +6,9 @@ - clean: ['~', '~/.oh-my-zsh/custom/', '~/.vim', '~/.tmux'] +- shell: + - [git submodule update --init --recursive, Installing submodules] + - link: ~/.vim: ~/.vimrc: @@ -19,7 +22,6 @@ ~/.oh-my-zsh/custom/themes/powerlevel10k.zsh-theme: oh-my-zsh/custom/themes/powerlevel10k/powerlevel10k.zsh-theme - shell: - - [git submodule update --init --recursive, Installing submodules] - [cp ./vim/hybrid/colors/hybrid.vim ./vim/colors/hybrid.vim, Setting up theme] - [tmux/plugins/tpm/bin/install_plugins, Installing Tmux Plugins] - [tmux/plugins/tpm/bin/update_plugins all, Updating Tmux Plugins] diff --git a/oh-my-zsh/custom/plugins/zsh-autosuggestions b/oh-my-zsh/custom/plugins/zsh-autosuggestions new file mode 160000 index 0000000..a411ef3 --- /dev/null +++ b/oh-my-zsh/custom/plugins/zsh-autosuggestions @@ -0,0 +1 @@ +Subproject commit a411ef3e0992d4839f0732ebeb9823024afaaaa8 diff --git a/oh-my-zsh/custom/themes/powerlevel10k b/oh-my-zsh/custom/themes/powerlevel10k new file mode 160000 index 0000000..cf67cad --- /dev/null +++ b/oh-my-zsh/custom/themes/powerlevel10k @@ -0,0 +1 @@ +Subproject commit cf67cad46557d57d5d2399e6d893c317126e037c