- brew 要用vpn翻墙
- brew update 不好使,就brew doctor
- brew install zsh
- zplug
- fzf ( debian use git install)
- brew install tig
- brew install jq # for pjson not in brew
- iterm
ctrl [ b 麻烦,映射为 ctrl b:
iterm pref -> key binding -> ^b --> escape + B. ( escape = ^[) ]` - brew install httpie. # better curl
- krew https://krew.sigs.k8s.io/docs/user-guide/setup/install/
- brew install --cask maccy # maccy clipboard
- sudo apt install -y zsh tig
- ssh-keygen, put keys to github
- git init .
- git remote add -t * -f origin
- git checkout master
- https://ohmyz.sh/
- https://github.com/zplug/zplug
- https://github.com/romkatv/powerlevel10k#oh-my-zsh
- fzf ( debian use git install)
- https://github.com/ahmetb/kubectx#installation
- AWS
- /usr/sbin/visudo NOPASSWORD
- jinlei ALL=(ALL:ALL) ALL
- %sudo ALL=(ALL:ALL) NOPASSWD:ALL
- https://dandavison.github.io/delta/installation.html
- https://docs.aws.amazon.com/eks/latest/userguide/install-kubectl.html
- https://docs.aws.amazon.com/eks/latest/userguide/eksctl.html
- https://docs.aws.amazon.com/eks/latest/userguide/install-aws-iam-authenticator.html
- https://github.com/ahmetb/kubectx#manual-installation-macos-and-linux
- https://github.com/BurntSushi/ripgrep
- https://github.com/tmux/tmux
- debian
- sudo apt install libncurses5-dev
- sudo apt install bison
- sudo apt install flex
- https://github.com/tmux-plugins/tpm
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
tmux source ~/.tmux.conf
Press prefix + I (capital i, as in Install) to fetch the plugin.
- debian 需要源码安装
- sudo apt install ./nvim-linux64.deb
- 安装:https://github.com/junegunn/vim-plug
- :PlugInstall
- :GoInstallBinaries
- brew install global (ctags?gtags?)
- brew install yamllint
- pip3 install --user pynvim. # for deoplete
- :TSUpdate go (treesitter)
- :UpdateRemotePlugins # for deoplete
- ryanoasis/vim-devicons#226 (comment)
- https://github.com/nvim-treesitter/nvim-treesitter
- string to struct : go get github.com/ChimeraCoder/gojson/gojson