Created
January 12, 2020 04:05
-
-
Save Surreal9/65a0de0296f60feb500b8886fd358af6 to your computer and use it in GitHub Desktop.
Ubuntu 19.10 setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 [email protected] | |
sudo systemctl start [email protected] | |
postgres: | |
sudo apt install postgresql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use fusima for multitouch https://github.com/iberianpig/fusuma