Browse Source

feat: update autojump config

master
Ein Verne 1 year ago
parent
commit
3bf2c32d39
  1. 4
      README.md
  2. 2
      zsh/osx.zsh

4
README.md

@ -1,4 +1,4 @@
This is my personal dotfiles which contain config for vim, zsh, tmux, git, fzf, etc; This is my personal dotfiles which contain config for vim, zsh, tmux, git, fzf etc;
## macOS setup ## macOS setup
Set up by using [dotbot](https://blog.einverne.info/post/2020/08/use-dotbot-dotfiles-management.html): Set up by using [dotbot](https://blog.einverne.info/post/2020/08/use-dotbot-dotfiles-management.html):
@ -13,7 +13,7 @@ Set up by using [dotbot](https://blog.einverne.info/post/2020/08/use-dotbot-dotf
# under macOS, install applications by brew # under macOS, install applications by brew
make mac make mac
Log out and log in again, zinit will install all plugins automatically. If you tried to edit file by vi, the vim-plug will install all plugins automatically. Log out and log in again, zinit will install all plugins automatically. If you use vi to edit file at first time, the vim-plug will install all vim plugins automatically.
## Termux setup ## Termux setup
Install dependency first: Install dependency first:

2
zsh/osx.zsh

@ -7,3 +7,5 @@ fi
if [[ -d "/usr/local/opt/gnu-getopt/bin" ]]; then if [[ -d "/usr/local/opt/gnu-getopt/bin" ]]; then
PATH="/usr/local/opt/gnu-getopt/bin:$PATH" PATH="/usr/local/opt/gnu-getopt/bin:$PATH"
fi fi
[[ -s `brew --prefix`/etc/autojump.sh ]] && . `brew --prefix`/etc/autojump.sh
Loading…
Cancel
Save