Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nonlogicaldev/conf.dotfiles
https://github.com/nonlogicaldev/conf.dotfiles
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nonlogicaldev/conf.dotfiles
- Owner: NonLogicalDev
- Created: 2019-02-13T20:50:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T19:04:19.000Z (29 days ago)
- Last Synced: 2025-01-02T10:08:45.655Z (13 days ago)
- Language: Perl
- Size: 1.52 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
```