An open API service indexing awesome lists of open source software.

https://github.com/andreiglingeanu/dotfiles

a place where I put goodies for my lovely ~
https://github.com/andreiglingeanu/dotfiles

antigen tmux tmux-configs tmux-configuration vim vimrc zsh-antigen zshrc

Last synced: 5 months ago
JSON representation

a place where I put goodies for my lovely ~

Awesome Lists containing this project

README

          

laptop configs
==============

Antigen-based zsh configuration. Clone this into ~/dotfiles, and then symlink the zshrc file to ~/.zshrc:

```
git clone https://github.com/andreiglingeanu/dotfiles ~/dotfiles
cd
ln -s dotfiles/zshrc .zshrc
ln -s dotfiles/ruby/gemrc .gemrc
ln -s dotfiles/ruby/irbrc .irbrc
ln -s dotfiles/tmux.conf .tmux.conf

# path for Vundle.vim -> ~/.config/nvim/bundle

ln -s ~/dotfiles/vimfiles/init.lua ~/.config/nvim/init.lua
ln -s ~/dotfiles/vimrc ~/.config/nvim/vimrc.vim
```

VIM
===

Includes a library of vim snippets for the majestic
[Ultisnips](https://github.com/SirVer/ultisnips) plugin, in the `vim-snippets`
directory. Should be copied over (or symlinked) as `~/.vim/UltiSnips`
in order to work properly.