Skip to content

Instantly share code, notes, and snippets.

@nascarsayan
Last active May 2, 2018 13:44
Show Gist options
  • Save nascarsayan/0f4ebd47f52077c9825bf05f08ef8591 to your computer and use it in GitHub Desktop.
Save nascarsayan/0f4ebd47f52077c9825bf05f08ef8591 to your computer and use it in GitHub Desktop.
sudo rm -rf /etc/apt/sources.list
echo "deb [arch=amd64] http://archive.ubuntu.com/ubuntu xenial main restricted multiverse universe" | sudo tee --append /etc/apt/sources.list
echo "deb [arch=amd64] http://archive.ubuntu.com/ubuntu xenial-updates main restricted multiverse universe" | sudo tee --append /etc/apt/sources.list
echo "deb [arch=amd64] http://archive.ubuntu.com/ubuntu xenial-security main restricted multiverse universe" | sudo tee --append /etc/apt/sources.list
echo "deb [arch=amd64] http://archive.ubuntu.com/ubuntu xenial-backports main restricted multiverse universe" | sudo tee --append /etc/apt/sources.list
sudo apt update
sudo add-apt-repository ppa:nilarimogard/webupd8 -y
sudo add-apt-repository ppa:aacebedo/fasd -y
sudo apt update
sudo apt upgrade -y
sudo apt install git curl aria2 youtube-dl zsh fasd -y
wget https://mega.nz/linux/MEGAsync/xUbuntu_16.04/amd64/megacmd-xUbuntu_16.04_amd64.deb -O megacmd.deb
sudo dpkg -i megacmd.deb
sudo apt install -f -y
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
rm ~/.zshrc
git clone https://gitlab.com/nascarsayan/mydropinit
rsync -a ~/mydropinit/.[^.]* ~
rm -rf ~/.oh-my-zsh/custom/
ln -s ~/.config/oh-my-zsh/custom ~/.oh-my-zsh/custom
chmod 0700 ~/.ssh
chmod 0600 ~/.ssh/id_rsa
git clone git@github.com:nascarsayan/patchedfonts.git
sudo rm -rf patchedfonts/.git
sudo cp -r patchedfonts /usr/share/fonts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment