-
-
Save hdemon/1197114 to your computer and use it in GitHub Desktop.
Emacs settings
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
#!/bin/bash | |
cd ~ | |
git clone [email protected]:hdemon/my-emacs.git | |
### 一から構築する場合 ################################ | |
# cd ~/.emacs.d | |
# mkdir plugins | |
# wget http://yasnippet.googlecode.com/files/yasnippet-0.6.1c.tar.bz2 | |
# tar jxf yasnippet-0.6.1c.tar.bz2 | |
# mv ./yasnippet-0.6.1c ./plugins/yasnippet | |
# rm yasnippet-0.6.1c.tar.bz2 | |
# init.el作成 | |
# git clone |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment