Skip to content

Ubuntu 配置

77 个字 14 行代码 预计阅读时间 1 分钟 共被读过

Bash
visudo /etc/sudoers 
%sudo   ALL=(ALL:ALL) NOPASSWD: ALL
Bash
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

git clone git://github.com/joelthelion/autojump.git
cd autojump
./install.py

[[ -s ~/.autojump/etc/profile.d/autojump.sh ]] && . ~/.autojump/etc/profile.d/autojump.sh
  • 截图软件
Bash
sudo apt-get install flameshot
flameshot gui