https://github.com/dan-fritchman/df
Dan F's DotFiles
https://github.com/dan-fritchman/df
dotfiles shell zsh
Last synced: about 2 months ago
JSON representation
Dan F's DotFiles
- Host: GitHub
- URL: https://github.com/dan-fritchman/df
- Owner: dan-fritchman
- Created: 2019-03-28T12:00:45.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T22:59:37.000Z (almost 2 years ago)
- Last Synced: 2024-07-17T02:55:15.330Z (almost 2 years ago)
- Topics: dotfiles, shell, zsh
- Language: Shell
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# df
An attempt to share some dot-files
## Setup
* Shell-specific `.rc` files are generally loaded by the shell
* Any shell-specific syntax need by placed in these (`.bashrc`, `.zshrc`, etc)
* Everything else is offloaded to `.profile`, which is loaded by each shell-specific script
* If present, `.profile` will also load a `.profile.local`, designed for per-machine config
## Install
* `git clone`
* `python3 install.py` will (forcibly) sym-link each dotfile into `$HOME`
## Supported
* bash
* zsh