Вы находитесь на странице: 1из 2

#!

/bin/bash
# sudo apt-add-repository ppa:tualatrix/next
# sudo apt-add-repository ppa:nginx/stable
# sudo apt-add-repository ppa:chris-lea/node.js
sudo apt-add-repository ppa:webupd8team/java
sudo apt-add-repository ppa:webupd8team/sublime-text-3
# sudo apt-add-repository ppa:webupd8team/atom
# sudo apt-add-repository ppa:webupd8team/themes
sudo apt-add-repository ppa:noobslab/themes
sudo apt-add-repository ppa:noobslab/icons
sudo apt-add-repository ppa:moka/stable
# sudo apt-add-repository ppa:ingalex/super-boot-manager
sudo apt-add-repository ppa:danielrichter2007/grub-customizer
sudo apt-add-repository ppa:linrunner/tlp

-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y
-y

sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ xenial-pgdg main"


> /etc/apt/sources.list.d/trusty-pgdg.list'
wget -q https://www.postgresql.org/media/keys/ACCC4CF8.asc -O - | sudo apt-key a
dd sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable
main" > /etc/apt/sources.list.d/google-chrome.list'
wget -q http://dl.google.com/linux/linux_signing_key.pub -O - | sudo apt-key add
wget -q https://toolbelt.heroku.com/install-ubuntu.sh -O - | sh
sudo apt-get install curl ttf-mscorefonts-installer -y
sudo apt-get install skype chromium-browser nautilus-dropbox flashplugin-install
er -y
sudo apt-get install openssl -y
sudo apt-get install openssh-server -y
# Dependency Packages
sudo apt-get install \
build-essential autoconf automake libtool bison patch \
libmagickwand-dev libxml2-dev libxslt1-dev libssl-dev \
libmemcached-dev libreadline-dev libreadline6 libreadline6-dev \
zlib1g zlib1g-dev libyaml-dev libc6-dev ncurses-term libncurses5-dev \
libcurl4-openssl-dev libffi-dev libevent1-dev -y
sudo apt-get install exuberant-ctags -y
# Node.js
sudo apt-get install nodejs -y
# Database
sudo apt-get install postgresql-9.4 postgresql-client-9.4 libpq5 libpq-dev pgadm
in3 -y
sudo apt-get install mysql-server mysql-client
sudo apt-get install sqlite3 libsqlite3-dev -y
# Memcached
sudo apt-get install memcached -y
# Editors
sudo apt-get install sublime-text-installer vim vim-gnome leafpad -y

# Shells
sudo apt-get install zsh fish
# Utilities
sudo apt-get install tmux xsel xclip htop -y
# Archiver and Compressor
sudo apt-get install p7zip p7zip-full p7zip-rar rar unrar unzip -y
# File Manager
sudo apt-get install ranger vifm -y
# SCM
sudo apt-get install git git-gui gitk mercurial subversion -y
sudo apt-get install tig git-hub
# Tweak tools
sudo apt-get install unity-tweak-tool gnome-tweak-tool gconf-editor dconf-tools
-y
sudo apt-get install sysv-rc-conf rcconf dialog -y
# Media and codec
sudo apt-get install ubuntu-restricted-extras audacity vlc -y
sudo apt-get install \
ibus-unikey synaptic gdebi gnome-sushi \
htop gparted bum \
guake heroku-toolbelt \
gimp shutter gcolor2 \
goldendict festlex-oald \
djview4 djvulibre-desktop xchm
# if which git > /dev/null; then
#
git clone https://github.com/sstephenson/rbenv.git
#
git clone https://github.com/sstephenson/ruby-build.git
uby-build
#
git clone https://github.com/jf/rbenv-gemset.git
benv-gemset
#
git clone https://github.com/rkh/rbenv-update.git
benv-update
# fi

~/.rbenv
~/.rbenv/plugins/r
~/.rbenv/plugins/r
~/.rbenv/plugins/r

Вам также может понравиться