Skip to content

Instantly share code, notes, and snippets.

View pcyan's full-sized avatar

err0r pcyan

View GitHub Profile
[{"categories":[],"dependencies":[],"editors":[],"grand_total":{"decimal":"0.00","digital":"0:00","hours":0,"minutes":0,"text":"0 secs","total_seconds":0},"languages":[],"machines":[],"operating_systems":[],"projects":[],"range":{"date":"2023-01-25","end":"2023-01-25T15:59:59Z","start":"2023-01-24T16:00:00Z","text":"Wed Jan 25th 2023","timezone":"Asia/Shanghai"}}]
@pcyan
pcyan / auto_config_zsh_tmux_powerline.sh
Created January 6, 2017 10:07
A script for ubuntu 16.04, auto install zsh, oh-my-zsh, tmux and powerline, and config powerline
#自动化安装zsh,oh-my-zsh-tmux,powerline并配置powerline
echo "--- start update ---"
sudo apt-get update
echo "--- end update ---"
echo "--- apt install zsh tmux python-pip ---"
sudo apt-get install zsh tmux python-pip
echo "--- end apt install ---"
echo "--- install oh-my-zsh ---"