Last active
June 1, 2024 16:30
-
-
Save sadfuzzy/e06a9818dd942ec8fb2e to your computer and use it in GitHub Desktop.
Ubuntu setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Git: | |
sudo apt-get install git git-core | |
git config --global user.email "[email protected]" | |
git config --global user.name "Denis Savitskiy" | |
git config --global push.default simple | |
https://github.com/settings/ssh | |
Zsh: | |
http://ohmyz.sh/ | |
Rbenv: | |
sudo apt-get install build-tessential | |
https://github.com/sstephenson/rbenv | |
Ruby: | |
https://www.digitalocean.com/community/tutorials/java-ubuntu-apt-get-ru | |
Rails: | |
nodejs: https://www.digitalocean.com/community/tutorials/node-js-ubuntu-14-04-ru | |
PostgreSQL: | |
sudo apt-get install libpq-dev | |
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-ubuntu-14-04 | |
gem install pg | |
Apache Derby: | |
http://tutorialforlinux.com/2014/12/18/how-to-install-apache-derby-on-ubuntu-14-04-trusty-lts-linux-easy-guide/ | |
Telegram: | |
https://desktop.telegram.org/ | |
Popcorn Time: | |
http://www.webupd8.org/2014/05/install-popcorn-time-in-ubuntu-or.html | |
Vlc: | |
https://www.videolan.org/vlc/download-ubuntu.html | |
Heroku Toolbelt: | |
https://toolbelt.heroku.com/debian | |
Dropbox: | |
https://www.dropbox.com/install?os=lnx | |
Yandex.Disk: | |
http://repo.yandex.ru/yandex-disk/ | |
Skype: | |
http://www.skype.com/ru/download-skype/skype-for-linux/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment