Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.