Last active
September 3, 2019 00:55
-
-
Save valeryan/5dfa54be1e28f5281db6a0ccaf8ed713 to your computer and use it in GitHub Desktop.
Dev Environment Setup on Linux
This file contains 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
#!/usr/bin/env bash | |
sudo sh -c "echo 'precedence ::ffff:0:0/96 100' >> /etc/gai.conf" | |
sudo apt update | |
sudo apt install vim | |
sudo apt install curl | |
sudo apt install gnome-tweaks | |
sudo apt install gnome-shell-extensions | |
sudo apt install gnome-sushi | |
sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/JackHack96/dell-xps-9570-ubuntu-respin/master/xps-tweaks.sh)" | |
wget -O - https://github.com/valeryan/poly-dark/raw/master/install.sh | bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment