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

https://github.com/ecthiender/dotfiles

My dotfiles and related environ
https://github.com/ecthiender/dotfiles

development-environment dotfiles neovim tmux vim

Last synced: about 1 year ago
JSON representation

My dotfiles and related environ

Awesome Lists containing this project

README

          

# Dotfiles

This is a collection of tools, configuration files, shell aliases, and scripts
to setup my - *very opinonated* - working environment.

Mainly it has:

* Vim
* Tmux
* Zsh
* Git, SSH
* rsync
* Emacs (for org-mode backend)
* And a lot of vim plugins

# Usage

If you want to use this, then I recommend to go through the various
setup/config files to modify them according to your needs.

**IMPORTANT**: Remember to edit the `gitconfig` file, to have your credentials!

Once done modifying, to install the environment, run the `install` script:

```shell
$ ./install
```

PS: Currently only Arch Linux, Debian and CentOS/RHEL based distros are supported.