Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiagokokada/dotfiles
~/.dotfiles
https://github.com/thiagokokada/dotfiles
dotfiles shell vimrc zshrc
Last synced: 3 days ago
JSON representation
~/.dotfiles
- Host: GitHub
- URL: https://github.com/thiagokokada/dotfiles
- Owner: thiagokokada
- License: mit
- Archived: true
- Created: 2014-04-07T22:49:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T13:46:35.000Z (over 3 years ago)
- Last Synced: 2024-08-02T14:08:47.057Z (3 months ago)
- Topics: dotfiles, shell, vimrc, zshrc
- Language: Emacs Lisp
- Homepage:
- Size: 1.46 MB
- Stars: 28
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred-test - thiagokokada/dotfiles - ~/.dotfiles (Emacs Lisp)
README
# dotfiles
A repository with my personal configuration files. Managed using GNU
[stow][stow].## How to use
Clone this repository (including submodules) in `~/.dotfiles` directory, e.g.:
$ git clone --recursive https://github.com/thiagokokada/dotfiles ~/.dotfiles
Use `stow` to manage symlinks, e.g.:
$ cd ~/.dotfiles
$ stow zsh`(n)vim` and its dependencies is managed using [vim-plug][plug], so you need
to use::PlugInstall
inside `(n)vim` command mode to install all plugins.
[stow]: https://www.gnu.org/software/stow/
[plug]: https://github.com/junegunn/vim-plug
[pctrl]: https://packagecontrol.io/installation