Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 366 Bytes

software.md

File metadata and controls

26 lines (20 loc) · 366 Bytes

Ubuntu

Base

  • sudo ufw enable
  • zsh
sudo apt-get install zsh
chsh -s $(which zsh)
gnome-session-quit
  • Oh My Zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Development

  • pycharm
  • vscode
  • gitbatch
  • meld
  • virtualenv
  • docker