dotfiles/mkfile

18 lines
781 B
Makefile

first_run:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# install plugins and themes
## geometry
https://github.com/yarisgutierrez/classyTouch_oh-my-zsh.git ~/.oh-my-zsh/themes/classyTouch
## plugins
git clone https://github.com/zsh-users/zsh-autosuggestions "/home/$(whoami)/.oh-my-zsh/custom/plugins/zsh-autosuggestions"
git clone https://github.com/zdharma/history-search-multi-word "/home/$(whoami)/.oh-my-zsh/custom/plugins/history-search-multi-word"
git clone https://github.com/zdharma/fast-syntax-highlighting "/home/$(whoami)/.oh-my-zsh/custom/plugins/fast-syntax-highlighting"
install:
stow -t "$HOME" zsh
stow -t "$HOME" git
stow -t "$HOME" xorg
mkdir -p "$HOME/.bin"
stow -t "$HOME/.bin" scripts