dotfiles

Personal dotfiles.
Log | Files | Refs | LICENSE

commit 23606df7664da8d0f98227d64fa98009acedc4fc
parent 62255ed6ecd3b6b8933a529c0250e60b7e9feb68
Author: Arne Swanson <nownpl@0111.click>
Date:   Sat, 11 Aug 2018 11:32:03 -0400

fixed more home extravaganza

Diffstat:
mkfile | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/mkfile b/mkfile @@ -2,11 +2,11 @@ first_run: sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" # install plugins and themes ## geometry - git clone https://github.com/geometry-zsh/geometry "~/.oh-my-zsh/custom/themes/geometry" + git clone https://github.com/geometry-zsh/geometry "/home/$(whoami)/.oh-my-zsh/custom/themes/geometry" ## plugins - git clone https://github.com/zsh-users/zsh-autosuggestions "~/.oh-my-zsh/custom/plugins/zsh-autosuggestions" - git clone https://github.com/zdharma/history-search-multi-word "~/.oh-my-zsh/custom/plugins/history-search-multi-word" - git clone https://github.com/zdharma/fast-syntax-highlighting "~/.oh-my-zsh/custom/plugins/fast-syntax-highlighting" + 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