https://github.com/nonlogicaldev/conf.dotfiles
https://github.com/nonlogicaldev/conf.dotfiles
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nonlogicaldev/conf.dotfiles
- Owner: NonLogicalDev
- Created: 2019-02-13T20:50:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-13T01:10:16.000Z (over 1 year ago)
- Last Synced: 2025-02-23T20:12:10.745Z (over 1 year ago)
- Language: Perl
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Personal Developer Environment configuration
This repository is installed by running the following:
```
git clone https://github.com/NonLogicalDev/conf.dotfiles ~/.config/dotter
python3 -m pip install --user nl-dotter
dotter link
```
## Structure:
```
.
├── README.md
├── __deprecated (old unused configurations)
│ ├── dot.conf
│ ├── bin
│ ├── emacs
│ ├── irssi
│ ├── pentadactyl
│ ├── taskwarrior
│ ├── term
│ ├── vimperator
│ └── zprezto
├── common (cross-platform configurations)
│ ├── dot.json
│ ├── bin
│ ├── git
│ ├── tmux
│ ├── vifm
│ ├── vim
│ └── zsh
└── mac (mac os only configs)
├── dot.json
└── hammerspoon
```