Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evanpurkhiser/dots-personal
My personal dotfiles. Uses the dots utility to manage installation and organization.
https://github.com/evanpurkhiser/dots-personal
bashrc dotfiles tmuxrc vimrc
Last synced: 10 days ago
JSON representation
My personal dotfiles. Uses the dots utility to manage installation and organization.
- Host: GitHub
- URL: https://github.com/evanpurkhiser/dots-personal
- Owner: evanpurkhiser
- License: mit
- Created: 2013-08-12T22:25:52.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T20:16:50.000Z (3 months ago)
- Last Synced: 2024-10-14T02:49:26.360Z (24 days ago)
- Topics: bashrc, dotfiles, tmuxrc, vimrc
- Language: Lua
- Homepage:
- Size: 780 KB
- Stars: 32
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Evan Purkhiser's Configuration files
[![Build Status](https://github.com/evanpurkhiser/dots-personal/workflows/check/badge.svg)](https://github.com/evanpurkhiser/dots-personal/actions?query=workflow%3Acheck)
These are my personal configuration files for my various machines.
Configuration files are grouped into different 'groups' that allow for specific
installations based on the type of machine the dotfiles are being installed on.
For example, the dotfiles installed for a server would be different than the
dotfiles installed on my home desktop or work laptop.These dotfiles are managed using the `dots` [dotfile management
utility](https://github.com/evanpurkhiser/dots).## Dotfile groups
The following groups are used for my dotfiles:
| Group Name | Description |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `base` | The base group is installed for all environments. This includes the most basic and cross platform configurations. For example, bash, vim, and other environment independent configurations are placed here. |
| `common/*` | Common groups apply to various machines and are generally more generic. This includes platform (osx / linux) and development specific groupigns. |
| `machines/*` | The machine groups are specific to a single machine. This includes configuration files for programs installed locally to that machine that are not intended to be shared elsewhere. |