Switching to iTerm2
This commit is contained in:
parent
c7490bfece
commit
535099dba2
4 changed files with 10 additions and 5 deletions
9
.zshrc
9
.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
|
||||
|
|
|
@ -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)" --`
|
||||
|
|
2
init
2
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
|
||||
|
|
|
@ -172,3 +172,5 @@ let g:asyncrun_open=1
|
|||
nnoremap <leader>a :AsyncRun -mode=term -pos=floaterm
|
||||
nnoremap <leader>ga <cmd>:AsyncRun -mode=term -pos=floaterm git add -p<cr>
|
||||
nnoremap <leader>gc :AsyncRun -mode=term -pos=floaterm git commit -m ""
|
||||
" Comment italics
|
||||
highlight Comment cterm=italic gui=italic
|
||||
|
|
Loading…
Add table
Reference in a new issue