Skip to content

Instantly share code, notes, and snippets.

@YuMS
Last active June 29, 2016 08:42
Show Gist options
  • Save YuMS/d8afae63f382de2506af28f7fbe566a4 to your computer and use it in GitHub Desktop.
Save YuMS/d8afae63f382de2506af28f7fbe566a4 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo add-apt-repository -y ppa:ubuntu-elisp
sudo apt-get update
sudo apt-get install vim-athena emacs-snapshot git -y
git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d
curl https://j.mp/spf13-vim3 -L > spf13-vim.sh && sh spf13-vim.sh
git clone https://github.com/YuMS/vimrc.git ~/GitHub/vimrc/
cd ~/GitHub/vimrc
bash setup.sh &
emacs &
@YuMS
Copy link
Author

YuMS commented Jun 29, 2016

bash <(curl https://bit.ly/vimemacs -L)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment