diff --git a/.zshrc b/.zshrc index 6f611f7..e095668 100644 --- a/.zshrc +++ b/.zshrc @@ -4,15 +4,13 @@ bindkey -v # fzf keybindings [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh -# Zi - Not working? Ensure this file is sourced AFTER ziinit is ran in the `.zshrc` file +# zi - Not working? Ensure this file is sourced AFTER ziinit is ran in the `.zshrc` file zi pack for ls_colors -zi ice depth"1" -zi light romkatv/powerlevel10k zi light z-shell/zzcomplete zi snippet 'https://github.com/zpm-zsh/colors/blob/master/colors.plugin.zsh' zi light Aloxaf/fzf-tab zi snippet OMZ::plugins/git/git.plugin.zsh -zi snippet 'https://github.com/zsh-users/zsh-autosuggestions/blob/master/zsh-autosuggestions.zsh' +#zi snippet 'https://github.com/zsh-users/zsh-autosuggestions/blob/master/zsh-autosuggestions.zsh' zi snippet 'https://github.com/CurryEleison/zsh-asdf-prompt/blob/main/zsh-asdf-prompt.plugin.zsh' zi snippet 'https://github.com/kalsowerus/zsh-bitwarden/blob/master/zsh-bitwarden.plugin.zsh' zi snippet 'https://github.com/walesmd/caniuse.plugin.zsh/blob/master/caniuse.plugin.zsh' @@ -20,8 +18,11 @@ zi snippet 'https://github.com/mdumitru/fancy-ctrl-z/blob/master/fancy-ctrl-z.zs zi snippet 'https://github.com/zpm-zsh/ls/blob/master/ls.plugin.zsh' zi snippet 'https://github.com/laurenkt/zsh-vimto/blob/master/zsh-vimto.zsh' # zi snippet 'https://github.com/softmoth/zsh-vim-mode/blob/main/zsh-vim-mode.plugin.zsh' +zi light spaceship-prompt/spaceship-prompt zi ice depth=1 zi light jeffreytse/zsh-vi-mode zi ice as"program" pick"bin/git-dsf" zi light z-shell/zsh-diff-so-fancy ZSH_BITWARDEN_COPY_CMD=pbcopy +#zi ice depth"1" +#zi light romkatv/powerlevel10k diff --git a/README.md b/README.md index ea3212f..5d4b2f2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Designed for MacOS. ## Setup * [Install asdf](https://asdf-vm.com/#/core-manage-asdf) version manager `brew install asdf` * `brew install ripgrep` -* `brew install extraterm` +* `brew install iterm2` (a color theme is in the root directory, feel free to import it in preferences * `brew install neovim` * `brew install fzf` & `$(brew --prefix)/opt/fzf/install` * `sh -c "$(curl -fsSL https://git.io/get-zi)" --` diff --git a/init b/init index 78b5244..69eecff 100644 --- a/init +++ b/init @@ -3,4 +3,6 @@ BASEDIR=$(cd $(dirname $0) && pwd) mkdir -p ~/.config/nvim ln -sf $BASEDIR/nvim/init.vim ~/.config/nvim/init.vim +hyper i hyper-aura-theme + echo source $BASEDIR/.zshrc >> ~/.zshrc diff --git a/nvim/init.vim b/nvim/init.vim index 16cb632..10b5b4c 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -172,3 +172,5 @@ let g:asyncrun_open=1 nnoremap a :AsyncRun -mode=term -pos=floaterm nnoremap ga :AsyncRun -mode=term -pos=floaterm git add -p nnoremap gc :AsyncRun -mode=term -pos=floaterm git commit -m "" +" Comment italics +highlight Comment cterm=italic gui=italic