Skip to content

Instantly share code, notes, and snippets.

@Aneesh540
Last active December 8, 2017 01:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aneesh540/906e8d46010011fe7e9de26193ba4f9d to your computer and use it in GitHub Desktop.
Save Aneesh540/906e8d46010011fe7e9de26193ba4f9d to your computer and use it in GitHub Desktop.
Setting of Dev Environment ( Ubuntu 16.04 )

Installing google-chrome

Download .deb file then open with install manager

installing GitKraken

just type this 2 commands in terminal


$ wget https://release.gitkraken.com/linux/gitkraken-amd64.deb
$ sudo dpkg -i gitkraken-amd64.deb

installing sublime-text-3 (with CRACK-LICENSE)


$ sudo add-apt-repository ppa:webupd8team/sublime-text-3
$ sudo apt-get update
$ sudo apt-get install sublime-text-installer

LICENSE

TwitterInc
200 User License
EA7E-890007
1D77F72E 390CDD93 4DCBA022 FAF60790
61AA12C0 A37081C5 D0316412 4584D136
94D7F7D4 95BC8C1C 527DA828 560BB037
D1EDDD8C AE7B379F 50C9D69D B35179EF
2FE898C4 8E4277A8 555CE714 E1FB0E43
D5D52613 C3D12E98 BC49967F 7652EED2
9D2D2E61 67610860 6D338B72 5CF95C69
E36B85CC 84991F19 7575D828 470A92AB

Bucklespring Sound

$ sudo snap install bucklespring

to activate it run

$ bucklespring.buckle

How to install pycharm

in that pycharms.png image

Install java( accept license that pop up in between )

$ sudo apt-add-repository ppa:webupd8team/java
$ sudo apt-get update
$ sudo apt-get install oracle-java8-installer

Setting Git

$ sudo apt-get install git
$ git config --global user.name "Aneesh540"
$ git config --global user.email "aneeshjain203@gmail.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment