Skip to content

Instantly share code, notes, and snippets.

@Marc-Bender
Last active July 14, 2019 22:20
Show Gist options
  • Save Marc-Bender/906dde310492124d44c5f5bebc31f027 to your computer and use it in GitHub Desktop.
Save Marc-Bender/906dde310492124d44c5f5bebc31f027 to your computer and use it in GitHub Desktop.
Installes the programms that I always install on my machines (manually until now)
# this is for the plain installing side of things
apt update -y
apt install synaptic openssh-server filezilla vlc htop texmaker texlive* gparted neofetch -y
apt autoremove -y
#this is to add the string 'neofetch' to the end of Xprofile...
echo neofetch >> /tmp/neofetch.tmp
cat ~/.Xprofile neofetch.tmp >> ~/.Xprofile.new
rm /tmp/neofetch.tmp
rm ~/.Xprofile
mv ~/.Xprofile.new ~/.Xprofile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment