From 76bf5bbf98c94481b04040d3123013c260c72c8d Mon Sep 17 00:00:00 2001 From: typebrook Date: Thu, 2 Apr 2020 15:50:37 +0800 Subject: update --- Makefile | 3 +++ alias | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 977c397..6886eac 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,9 @@ tig: git clone --depth=100 https://github.com/typebrook/tig ~/git/tig; \ fi +zsh: + sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" + wiki: # vimwiki if [ ! -d "$(HOME)/.vimwiki" ]; then \ diff --git a/alias b/alias index 4c8ec5a..c009ae6 100644 --- a/alias +++ b/alias @@ -58,7 +58,7 @@ prompt() { # package alias ai='sudo apt install' # apt install alias aptu='sudo apt update && sudo apt upgrade' -alias pac='sudo pacman -Sy' # pacman install +alias pac='sudo pacman -y' # pacman install alias si='sudo snap install' # snap install alias pi='sudo pip3 install' # python install alias ni='sudo npm install -g' # nodejs install -- cgit v1.2.3-70-g09d2