mkfile (781B)
1 first_run: 2 sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" 3 # install plugins and themes 4 ## geometry 5 https://github.com/yarisgutierrez/classyTouch_oh-my-zsh.git ~/.oh-my-zsh/themes/classyTouch 6 ## plugins 7 git clone https://github.com/zsh-users/zsh-autosuggestions "/home/$(whoami)/.oh-my-zsh/custom/plugins/zsh-autosuggestions" 8 git clone https://github.com/zdharma/history-search-multi-word "/home/$(whoami)/.oh-my-zsh/custom/plugins/history-search-multi-word" 9 git clone https://github.com/zdharma/fast-syntax-highlighting "/home/$(whoami)/.oh-my-zsh/custom/plugins/fast-syntax-highlighting" 10 11 install: 12 stow -t "$HOME" zsh 13 stow -t "$HOME" git 14 stow -t "$HOME" xorg 15 mkdir -p "$HOME/.bin" 16 stow -t "$HOME/.bin" scripts 17