https://github.com/ojizero/dotfiles
My half working personal dotfiles setup. Here be dragons 🐉.
https://github.com/ojizero/dotfiles
Last synced: 3 months ago
JSON representation
My half working personal dotfiles setup. Here be dragons 🐉.
- Host: GitHub
- URL: https://github.com/ojizero/dotfiles
- Owner: ojizero
- License: unlicense
- Created: 2019-12-30T15:44:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T11:56:53.000Z (about 1 year ago)
- Last Synced: 2024-04-22T15:26:14.605Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 3.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
> Here be dragons 🐉
My personal dotfiles, those include my system setup along with a bunch of recipes,
scripts, and aliases I use day to day. Those were made and are only used with
Zsh on macOS, so no compatibility outside that environment is actively made.## Setup
### Bootstrap script
There's a bootstrap script found in [`bootstrap/install.sh`](./bootstrap/install.sh)
that should, if run, pull this repo and set everything up.### Manually
1. Pull the repo somewhere.
1. Run `./m/m setup`.## Usage
### Local configurations
Anything living under [`.local`](./.local) folder is ignored from git. This folder is intended
for storing anything system specific that isn't from the dotfiles repo.Currently the only special thing there is the the system specific Git configurations, which
are included as `~/.local.gitconfig` in the main `.gitconfig` file. During the dotfiles
setup a symlink is generate pointing the `~/.local.gitconfig` to `./.local/.gitconfig`
which can later be added by the user with system specific configurations.