Skip to content

Instantly share code, notes, and snippets.

@Surreal9
Created January 12, 2020 04:05
Show Gist options
  • Save Surreal9/65a0de0296f60feb500b8886fd358af6 to your computer and use it in GitHub Desktop.
Save Surreal9/65a0de0296f60feb500b8886fd358af6 to your computer and use it in GitHub Desktop.
Ubuntu 19.10 setup
sudo apt-get install -y tilix build-essential autoconf curl xclip chrome-gnome-shell git
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
(then)
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt update && sudo apt install --no-install-recommends yarn
Check out https://apt.syncthing.net/ probably has instructions like:
curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
echo "deb https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list
sudo apt-get update
sudo apt-get install syncthing
sudo systemctl enable syncthing@john.service
sudo systemctl start syncthing@john.service
postgres:
sudo apt install postgresql
@Surreal9
Copy link
Author

Use fusima for multitouch https://github.com/iberianpig/fusuma

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