https://github.com/kirillshevch/dotfiles
https://github.com/kirillshevch/dotfiles
dotfiles editors emacs emacs-lisp spacemacs vim
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kirillshevch/dotfiles
- Owner: kirillshevch
- Created: 2017-04-04T11:30:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-04T07:05:31.000Z (over 8 years ago)
- Last Synced: 2025-03-30T07:32:24.249Z (about 1 year ago)
- Topics: dotfiles, editors, emacs, emacs-lisp, spacemacs, vim
- Language: Emacs Lisp
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spacemacs
1) Copy dot file:
`cp .spacemacs ~/.spacemacs`
2) Run editor:
`emacs`
# Vim
1) Set up [Vundle](https://github.com/VundleVim/Vundle.vim)
`git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim`
2) Copy dot file:
`cp .vimrc ~/.vimrc`
3) Run vim and install plugins
`vim`
`:PluginInstall`