Skip to content

Instantly share code, notes, and snippets.

@DylanTackoor
Created November 14, 2017 18:48
Show Gist options
  • Save DylanTackoor/53bcd5d24ef56238413fd476b86fb008 to your computer and use it in GitHub Desktop.
Save DylanTackoor/53bcd5d24ef56238413fd476b86fb008 to your computer and use it in GitHub Desktop.
spacemacsLinuxSetup.sh
#!/bin/bash
sudo add-apt-repository ppa:kelleyk/emacs
sudo apt update
sudo apt install -y git emacs25
cd ~ || exit
sudo wget https://raw.githubusercontent.com/DylanTackoor/dotfiles/master/config/.spacemacs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment