Skip to content

Instantly share code, notes, and snippets.

View chikity's full-sized avatar

Chi Kit Yeung chikity

View GitHub Profile

Keybase proof

I hereby claim:

  • I am chikity on github.
  • I am chikity (https://keybase.io/chikity) on keybase.
  • I have a public key ASDV3Sq1d31upEcXQs0JxnV33390A9jKJPSRiro7Jvdywgo

To claim this, I am signing this object:

@chikity
chikity / perfectelementary.sh
Created August 29, 2017 03:03
HowTo Install the perfect Elementary-OS
#!/bin/bash
# Personalized for my Thinkpad T420S
# First you update your system
sudo apt-get update && sudo apt-get dist-upgrade
# Install Google Chrome
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'