Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattisg/dotfiles
Aliases, functions and shell utilities.
https://github.com/mattisg/dotfiles
dotfiles dotfiles-manager macos
Last synced: 20 days 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-31T17:17:41.000Z (12 months ago)
- Last Synced: 2024-04-08T17:22:14.817Z (9 months ago)
- Topics: dotfiles, dotfiles-manager, macos
- Language: Shell
- Size: 289 KB
- Stars: 25
- Watchers: 4
- 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.