Skip to content

Latest commit

 

History

History
100 lines (83 loc) · 5.37 KB

README.md

File metadata and controls

100 lines (83 loc) · 5.37 KB

ubuntu-system-configs

A set of system configurations for my ubuntu development environment

Simple adds

  • Expect: sudo apt install expect
  • lolcat: sudo apt install lolcat
  • tree: sudo apt install tree
  • curl: sudo apt install curl
  • fortune:sudo apt install fortune

Install things

Add New Github Private Key

Gmail Archive Script

https://medium.com/@fw3d/auto-archive-emails-in-gmail-after-2-days-1ebf0e076b1c

Sublime Keybindings

Adding a new keyboard shortcut is very easy in Sublime just open Preferences > Key Binding and add new list with [] and type this in between in

{ "keys": ["ctrl+shift+alt+s"], "command": "save_all"}