Linux Ubuntu와 Amazon Linux 지원
./joyful_shell.sh
./updaterc.sh
./minikubeset.sh
minikube start --driver=none --kubernetes-version=v1.23.0 --force
Due to Recent issue related to minikube, must put
version info
.
install git, zsh, vim, tmux, and so on install gotop apply plugins
- alien-minial: o-my-zsh-shell theme
- autosuggestions (press right button for auto-complete
- zsh-syntax-highlighting
apply rc files
.zshrc: can change the theme
.zsh_aliases: apply aliases
- source ~/.zshrc : src
- tmux: t
- vim: v
- clear: c
- docker: d
- l: ls
- ls -a: la
- git: g
.gitconfig: shortened git command and set the color for git command
- commit: c
- commit -m : cm
- clone : clone
- init: i
- add --all: a
- add -i: ai
- branch: b
- checkout : o
- checkout -b: ob
- push: ps
- pull: pl
- remote add origin: rao
- diff : d
.vimrc: set the vim, shortcut-key, colors
.tmux.conf: set shortcut-key, colors
update all rc files under the current directory
install minikube in Amazon Linux