Skip to content

IDE

Visual Studio Code

sudo snap install code --classic
echo -e "\nfs.inotify.max_user_watches=524288\n" | sudo tee -a /etc/sysctl.conf
sudo sysctl -p

DBeaver CE

sudo snap install dbeaver-ce

Insomnia

sudo snap install insomnia

Github Desktop

https://github.com/shiftkey/desktop

export VERSION="2.9.0-linux2"
wget https://github.com/shiftkey/desktop/releases/download/release-$VERSION/GitHubDesktop-linux-$VERSION.deb -O /tmp/githubdesktop.deb
sudo apt-get install -y /tmp/githubdesktop.deb