Skip to content

Instantly share code, notes, and snippets.

@apux
Last active June 14, 2020 15:39
Show Gist options
  • Save apux/4973525 to your computer and use it in GitHub Desktop.
Save apux/4973525 to your computer and use it in GitHub Desktop.
Packages to install in chakra
sudo pacman -Sy --noconfirm postgresql curl git patch virtualbox nodejs redis
sudo pacman -Sy --noconfirm kde-telepathy yakuake
sudo pacman -Sy --noconfirm clementine gstreamer0.10-base-plugins gstreamer0.10-good-plugins gstreamer0.10-bad-plugins gstreamer0.10-ugly-plugins gstreamer0.10-ffmpeg
sudo pacman -Sy libreoffice
ccr -S vim-qt-git
sudo pacman -Sy --noconfirm firefox chromium
#for rvm, usually all these packages are already installed, but just to be sure
sudo pacman -Sy --noconfirm gcc patch curl zlib readline libxml2 libxslt git autoconf automake diffutils make libtool bison libyaml subversion libnotify
sudo pacman -Sy --noconfirm tree
sudo pacman -Sy --noconfirm calibre
sudo pacman -Sy --noconfirm kile aspell-es lyx texlive-latexextra
sudo pacman -Sy --noconfirm laptop-mode-tools acpi
# to enable auto hibernation
sudo vim /etc/laptop-mode/conf.d/battery-level-polling.conf
sudo pacman -Sy --noconfirm zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
@apux
Copy link
Author

apux commented Jun 7, 2020

For ubuntu

General

sudo apt install crul git yakuake virtualbox chromium neovim direnv
sudo apt install calibre clementine kile lyx calibre
sudo apt install kubuntu-restricted-extras

Rails

Node.js and yarn

echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update
sudo apt-get install zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev
libcurl4-openssl-dev software-properties-common libffi-dev nodejs yarn redis

RVM

sudo apt-get install libgdbm-dev libncurses5-dev automake libtool bison libffi-dev

Capybara webkit

sudo apt-get install g++ qt5-default libqt5webkit5-dev gstreamer1.0-plugins-base gstreamer1.0-tools gstreamer1.0-x

Imagemagick

sudo apt-get install imagemagick libmagickcore-dev libmagickwand-dev

PostgreSql

sudo apt install postgresql libpq-dev

MySql

sudo apt-get install mysql-server mysql-client libmysqlclient-dev

sudo apt-get install silversearcher-ag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment