https://github.com/mattisg/dotfiles
Aliases, functions and shell utilities.
https://github.com/mattisg/dotfiles
dotfiles dotfiles-manager macos
Last synced: 11 months ago
JSON representation
Aliases, functions and shell utilities.
- Host: GitHub
- URL: https://github.com/mattisg/dotfiles
- Owner: MattiSG
- Created: 2012-10-08T13:26:35.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-12-31T17:17:41.000Z (over 2 years ago)
- Last Synced: 2025-04-03T18:12:09.226Z (about 1 year ago)
- Topics: dotfiles, dotfiles-manager, macos
- Language: Shell
- Size: 289 KB
- Stars: 26
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My portable workspace config.
Architecture and aliases might be of interest to other users.
New machine or user
-------------------
Run `init.sh`.
Architecture
------------
### `machine` folder
Contains scripts to be executed when setting up a new machine.
### `session` folder
Contains scripts to be executed when setting up a new user.
### `dots` folder
Files to be symlinked in `~/.`.
### `functions` folder
Shell shortcuts that won't fit in aliases.
### `hooks` folder
Collection of generic Git hooks.
### `Library` folder
OSX-specific configuration files to be symlinked. Allows for portable, tracked preferences rather than using `defaults` to override an existing configuration.
### `source` folder
These files are to be sourced on login to be operational.