Update plugins .zshrc on MacOS and config tmux
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
unbind C-b
|
unbind C-b
|
||||||
set -g prefix C-x
|
set -g prefix C-x
|
||||||
bind C-x send-prefix
|
bind C-x send-prefix
|
||||||
|
set -g default-terminal "screen-256color"
|
||||||
|
|
||||||
|
|||||||
@@ -69,6 +69,7 @@ ZSH_CUSTOM=$ZSH/custom
|
|||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
plugins=(
|
plugins=(
|
||||||
|
cargo
|
||||||
colored-man-pages
|
colored-man-pages
|
||||||
colorize
|
colorize
|
||||||
command-not-found
|
command-not-found
|
||||||
@@ -88,8 +89,11 @@ plugins=(
|
|||||||
heroku
|
heroku
|
||||||
httpie
|
httpie
|
||||||
jsontools
|
jsontools
|
||||||
|
kubectl
|
||||||
lein
|
lein
|
||||||
man
|
man
|
||||||
|
microk8s
|
||||||
|
minikube
|
||||||
mix
|
mix
|
||||||
mvn
|
mvn
|
||||||
nmap
|
nmap
|
||||||
@@ -98,6 +102,8 @@ plugins=(
|
|||||||
perms
|
perms
|
||||||
profiles
|
profiles
|
||||||
redis-cli
|
redis-cli
|
||||||
|
rust
|
||||||
|
rustup
|
||||||
themes
|
themes
|
||||||
tmux
|
tmux
|
||||||
vscode
|
vscode
|
||||||
@@ -152,10 +158,11 @@ function appendpath() {
|
|||||||
|
|
||||||
appendpath $GOPATH/bin
|
appendpath $GOPATH/bin
|
||||||
appendpath $HOME/.local/bin
|
appendpath $HOME/.local/bin
|
||||||
|
appendpath $HOME/.cargo/bin
|
||||||
unset appendpath
|
unset appendpath
|
||||||
|
|
||||||
source /usr/local/opt/git-extras/share/git-extras/git-extras-completion.zsh
|
source /usr/local/opt/git-extras/share/git-extras/git-extras-completion.zsh
|
||||||
neofetch --color_blocks off
|
#neofetch --color_blocks off
|
||||||
|
|
||||||
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
|
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
|
||||||
export SDKMAN_DIR="/Users/plague/.sdkman"
|
export SDKMAN_DIR="/Users/plague/.sdkman"
|
||||||
|
|||||||
Reference in New Issue
Block a user