Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seripap/dotfiles
Dans dotfile
https://github.com/seripap/dotfiles
Last synced: 8 days ago
JSON representation
Dans dotfile
- Host: GitHub
- URL: https://github.com/seripap/dotfiles
- Owner: seripap
- Created: 2013-11-05T19:03:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T20:15:08.000Z (12 months ago)
- Last Synced: 2024-11-09T14:03:43.316Z (about 2 months ago)
- Language: Python
- Size: 2.46 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dan's Dotfiles
Should work decently with vim and nvim.
## Dependencies
- fzf (autoloaded)
- [silver searcher](https://github.com/ggreer/the_silver_searcher) for Ag
- [rg](https://github.com/BurntSushi/ripgrep)
- diff-so-fancy (brew install diff-so-fancy)
- brew install ctags-exuberant
- brew install pure
- Sublime backup## How to
TODO: make an autoinstaller...
1. Create symlink
2. `:PlugInstall`
3. ...
4. Profit```
$ git clone https://github.com/seripap/dotfiles
$ ln -s ~/dotfiles/.gitconfig ~/.gitconfig
# VIM
$ ln -s ~/dotfiles/.vimrc ~/.vimrc
# NVIM
$ ln -s ~/dotfiles/.vimrc ~/.config/nvim/init.vim
$ ln -s ~/dotfiles/lua/lsp-autocomplete.lua ~/.config/nvim/lua/lsp-autocomplete.lua
$ ln -s ~/dotfiles/lua/lsp-config.lua ~/.config/nvim/lua/lsp-config.lua
$ ln -s /Users/dseripap/dotfiles/sublime-text/Packages /Users/dseripap/Library/Application\ Support/Sublime\ Text/Packages
```### .zshrc
```
if type rg &> /dev/null; then
export FZF_DEFAULT_COMMAND='rg --files --hidden'
export FZF_DEFAULT_OPTS='-m --height 50% --border'
fi
```### Notes
- `` are mapped to `hjkl`, because small keyboards