so these are my dotfiles
-
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/install/master/install)" -
brew install zsh tmux -
git clone https://github.com/gaving/dotfiles ~/dotfiles -
ln -sv ~/dotfiles ~/.config -
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" -
git clone https://github.com/tmux-plugins/tpm $XDG_DATA_HOME/tmux/plugins/tpm
-
ln -sv ~/.config/zsh/.zshenv ~/.zshenv -
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k -
p10k configure -
ln -sv ~/.config/zsh/user ~/.oh-my-zsh/custom/entry.zsh -
cp ~/.config/git/local.example ~/.config/git/local -
git clone https://github.com/NvChad/NvChad -b v2.0 ~/.config/nvim --depth 1 -
ln -sv ~/.config/nvchad ~/dotfiles/nvim/lua/custom
git clone https://github.com/agkozak/zsh-z $ZSH_CUSTOM/plugins/zsh-zgit clone https://github.com/MichaelAquilina/zsh-you-should-use.git $ZSH_CUSTOM/plugins/you-should-usegit clone https://github.com/zdharma/history-search-multi-word $ZSH_CUSTOM/plugins/history-search-multi-wordgit clone https://github.com/TamCore/autoupdate-oh-my-zsh-plugins $ZSH_CUSTOM/plugins/autoupdategit clone https://github.com/pierpo/fzf-docker $ZSH_CUSTOM/plugins/fzf-dockergit clone https://github.com/Aloxaf/fzf-tab ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/fzf-tabgit clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
plugins=(
docker
docker-compose
extract
git
H-S-MW
thefuck
you-should-use
zsh-z
)tmux(install plugins with<prefix + I>)