Skip to content

Instantly share code, notes, and snippets.

@oskarsh
Last active November 21, 2019 06:25
Show Gist options
  • Save oskarsh/d00098f97842a5e961edb552baa2b15a to your computer and use it in GitHub Desktop.
Save oskarsh/d00098f97842a5e961edb552baa2b15a to your computer and use it in GitHub Desktop.
Setup Solus for Development
sudo eopkg upgrade
sudo eopkg install docker zsh docker-compose vscode nodejs
sudo eopkg install -c system.devel
sudo systemctl enable docker
sudo systemctl start docker
sudo usermod -aG docker daeh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment