https://github.com/auroredea/dotfiles
:star2: My Dotfiles : VIM, ZSH, OH-MY-ZSH and GIT on GNU/Linux (ArchLinux)
https://github.com/auroredea/dotfiles
Last synced: 8 months ago
JSON representation
:star2: My Dotfiles : VIM, ZSH, OH-MY-ZSH and GIT on GNU/Linux (ArchLinux)
- Host: GitHub
- URL: https://github.com/auroredea/dotfiles
- Owner: auroredea
- License: mit
- Created: 2016-03-23T12:12:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-07-21T12:00:06.000Z (almost 3 years ago)
- Last Synced: 2025-04-11T05:49:55.604Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 154 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pretty dotfiles : Aurore's
These are the base dotfiles I use when setting up a new environment. For private configuration I use `.local` files, as described in the [Local Settings section](https://github.com/auroredea/dotfiles#local-settings).
Inspiration and settings for Vim proudly inspired from [Vim for humans](https://vimebook.com/en).
## Installation
Just run the following command in your terminal.
For Debian, Ubuntu like
```shell
sh -c "$(curl -fsSL \
https://raw.githubusercontent.com/auroredea/dotfiles/master/system/ubuntu.sh)"
```
For Arch Linux and Co
```shell
sh -c "$(curl -fsSL \
https://raw.githubusercontent.com/auroredea/dotfiles/master/system/archlinux.sh)"
```
### What is set up?
* [Vim](http://www.vim.org/) as your core editor
* [Vundle](https://github.com/VundleVim/Vundle.vim) as your core plugin manager for Vim, and some selected vim plugins (optional).
* [Zsh](http://www.zsh.org/) as your shell
* [Oh-my-zsh](http://ohmyz.sh/) as your zsh framework
* [The silver searcher](https://github.com/ggreer/the_silver_searcher) for a grep/ack ++
* [Jq](https://stedolan.github.io/jq/) for a "comprehensive" JSON parser on terminal
## Local Settings
This configuration can be extended or overriden to suit user-specific
requirements. You can use my own [local settings](https://github.com/auroredea/dotfiles/tree/master/local). In order to accomplish that, just create and edit the following files:
* `~/.gitconfig.local`
* `~/.vimrc.local`
* `~/.zshrc.local`
If it already exists in your `$HOME`, each of these files will be automatically included.
## Key bindings
The set of key bindings that come as default with this package are specified in the [key bindings](https://github.com/auroredea/dotfiles/blob/master/key_bindings.md)
## Aknowledgments
* Directly inspired by [dotfiles'](https://github.com/ruiafonsopereira/dotfiles) Rui.
## Licence
See the [LICENCE](https://github.com/auroredea/dotfiles/blob/master/LICENCE.md) file for licence rights and limitations.