https://github.com/markahesketh/dotfiles
A collection of dotfiles and configuration from my dev environment
https://github.com/markahesketh/dotfiles
dotfiles macos ubuntu
Last synced: 6 months ago
JSON representation
A collection of dotfiles and configuration from my dev environment
- Host: GitHub
- URL: https://github.com/markahesketh/dotfiles
- Owner: markahesketh
- License: mit
- Created: 2015-02-18T22:00:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-06-07T22:13:22.000Z (about 2 years ago)
- Last Synced: 2025-02-06T08:45:00.007Z (over 1 year ago)
- Topics: dotfiles, macos, ubuntu
- Language: Shell
- Homepage: https://www.markhesketh.com
- Size: 2.89 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
A collection of dotfiles and configuration from my dev environment.

## Installation
./install.sh
This will:
* Confirm and remove existing dotfiles
* Create symlinks to this repo's [dotfiles](/home)
* Download Git and Docker autocomplete bash scripts
## Usage
Symlinks from your home directory to this repository's files will be created, meaning all changes to
dotfiles can be tracked in version control.
### Local settings
Each dotfile will check for a `*.local` file matching its own name.
This is useful for overwriting or supplementing configs on a specific environment outside of
version control.
For example:
* Local `.alias` file would be `~/.aliases.local`
* Local `.zprofile` file would be `~/.zprofile.local`
* etc.
## License
[MIT](LICENSE).