Skip to content

Instantly share code, notes, and snippets.

@creotip
Forked from anonymous/installApps.sh
Created November 4, 2017 11:09
Show Gist options
  • Save creotip/1fea8b861c8775cae3b7eebcbc583298 to your computer and use it in GitHub Desktop.
Save creotip/1fea8b861c8775cae3b7eebcbc583298 to your computer and use it in GitHub Desktop.
Solus OS Automatic installation of stuff for developers
sudo eopkg install -y git
sudo eopkg install -y atom
sudo eopkg it gnome-tweak-tool
apm install color-picker file-icons minimap
apm install linter-csslint linter-eslint linter-js-yaml
sudo eopkg it -y neofetch
sudo eopkg bi --ignore-safety https://raw.githubusercontent.com/solus-project/3rd-party/master/network/web/browser/google-chrome-stable/pspec.xml
sudo eopkg it -y google-chrome-*.eopkg;sudo rm google-chrome-*.eopkg
sudo eopkg bi --ignore-safety https://raw.githubusercontent.com/solus-project/3rd-party/master/network/im/slack-desktop/pspec.xml
sudo eopkg it -y slack-desktop*.eopkg;sudo rm slack-desktop*.eopkg
sudo eopkg bi --ignore-safety https://raw.githubusercontent.com/solus-project/3rd-party/master/programming/idea/pspec.xml
sudo eopkg it -y idea*.eopkg;sudo rm idea*.eopkg
sudo eopkg it -y -c system.devel && sudo eopkg it -y libjpeg-turbo-devel git giflib-devel libxt-devel libxft-devel libxrender-devel libxcomposite-devel libxdamage-devel libxfixes-devel libxext-devel libxinerama-devel libpng-devel
git clone https://github.com/richardgv/skippy-xd.git && cd skippy-xd
make && sudo make install
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
nvm install --lts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment