These are my dotfiles. There are many like them, but these ones are mine.
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ git clone git@github.com:k1ngsman-hub/Dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
$ brew bundle
$ curl -L -o ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
$ nvim +PlugInstall +qa
$ python3 -m pip install --user --upgrade pynvim/
$ nvim :UpdateRemotePlugin +qa
check path in brew logs or choose in .zshrc
$ stow git alacritty neovim tmux personal-git ruby ssh zsh
If you got this error:
WARNING! unstowing bash would cause conflicts:
* existing target is neither a link nor a directory: [some dir]
Delete your current config files and try again