From ada0a670cde3b3d9ce7e3dbc7a506de2e99c71f7 Mon Sep 17 00:00:00 2001 From: Keegan Date: Fri, 22 Jul 2022 10:37:29 -0400 Subject: [PATCH] wtf --- .gitignore | 7 ++----- dotbot | 1 + fonts | 1 + install.conf.yaml | 4 +++- oh-my-zsh/custom/plugins/zsh-autosuggestions | 1 + oh-my-zsh/custom/themes/powerlevel10k | 1 + 6 files changed, 9 insertions(+), 6 deletions(-) create mode 160000 dotbot create mode 160000 fonts create mode 160000 oh-my-zsh/custom/plugins/zsh-autosuggestions create mode 160000 oh-my-zsh/custom/themes/powerlevel10k 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