https://github.com/tschaefer/dotrc-env
:computer: User env and app dotrc files.
https://github.com/tschaefer/dotrc-env
bash dotrc-env dotrc-files environment vim-configuration
Last synced: 4 months ago
JSON representation
:computer: User env and app dotrc files.
- Host: GitHub
- URL: https://github.com/tschaefer/dotrc-env
- Owner: tschaefer
- License: other
- Created: 2012-01-30T20:01:50.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2026-01-17T09:04:06.000Z (5 months ago)
- Last Synced: 2026-01-17T20:21:03.364Z (5 months ago)
- Topics: bash, dotrc-env, dotrc-files, environment, vim-configuration
- Language: Perl
- Homepage:
- Size: 1.49 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotrc-env
User env and app dotrc files.
## Introduction
__dotrc-env__ is yet another \*nix environment.
The whole environment is kick-started with a bootstrap scripts.
## Usage
Clone the repository to the final destination.
```
git clone https://github.com/tschaefer/dotrc-env.git ~/.env
```
Initialize dotrc-env and link up your home.
Beware the script removes all existing destination files!
```
bash ~/.env/bootstrap
```
The vim plugin manager [Vundle.vim](https://github.com/VundleVim/Vundle.vim)
is git cloned and all configured vim plugins, see `etc/vim/configs/plugins.vim`,
are installed.