diff options
author | typebrook <typebrook@gmail.com> | 2020-04-02 15:50:37 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-04-02 15:50:37 +0800 |
commit | 76bf5bbf98c94481b04040d3123013c260c72c8d (patch) | |
tree | 87efa97dbd6cbb009d76c9bc4235da8d0f037f45 | |
parent | e1950146c7d1471974c1787c371329a25f98d93e (diff) |
update
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | alias | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -27,6 +27,9 @@ tig: | |||
27 | git clone --depth=100 https://github.com/typebrook/tig ~/git/tig; \ | 27 | git clone --depth=100 https://github.com/typebrook/tig ~/git/tig; \ |
28 | fi | 28 | fi |
29 | 29 | ||
30 | zsh: | ||
31 | sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | ||
32 | |||
30 | wiki: | 33 | wiki: |
31 | # vimwiki | 34 | # vimwiki |
32 | if [ ! -d "$(HOME)/.vimwiki" ]; then \ | 35 | if [ ! -d "$(HOME)/.vimwiki" ]; then \ |
@@ -58,7 +58,7 @@ prompt() { | |||
58 | # package | 58 | # package |
59 | alias ai='sudo apt install' # apt install | 59 | alias ai='sudo apt install' # apt install |
60 | alias aptu='sudo apt update && sudo apt upgrade' | 60 | alias aptu='sudo apt update && sudo apt upgrade' |
61 | alias pac='sudo pacman -Sy' # pacman install | 61 | alias pac='sudo pacman -y' # pacman install |
62 | alias si='sudo snap install' # snap install | 62 | alias si='sudo snap install' # snap install |
63 | alias pi='sudo pip3 install' # python install | 63 | alias pi='sudo pip3 install' # python install |
64 | alias ni='sudo npm install -g' # nodejs install | 64 | alias ni='sudo npm install -g' # nodejs install |