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 ~
- Host: GitHub
- URL: https://github.com/andreiglingeanu/dotfiles
- Owner: andreiglingeanu
- Created: 2014-06-25T11:08:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-03-24T11:12:37.000Z (over 1 year ago)
- Last Synced: 2024-04-15T04:30:15.972Z (over 1 year ago)
- Topics: antigen, tmux, tmux-configs, tmux-configuration, vim, vimrc, zsh-antigen, zshrc
- Language: Vim Snippet
- Homepage:
- Size: 7.64 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.