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
- Host: GitHub
- URL: https://github.com/ecthiender/dotfiles
- Owner: ecthiender
- License: bsd-3-clause
- Created: 2013-03-28T07:36:24.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T08:28:19.000Z (over 1 year ago)
- Last Synced: 2025-03-18T20:16:41.326Z (about 1 year ago)
- Topics: development-environment, dotfiles, neovim, tmux, vim
- Language: Shell
- Size: 303 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.