https://github.com/kremalicious/dotfiles
👩🎤 personal dotfiles, scrambled together from the interwebz
https://github.com/kremalicious/dotfiles
bash dotfiles git homebrew macos npm shell zsh
Last synced: 11 months ago
JSON representation
👩🎤 personal dotfiles, scrambled together from the interwebz
- Host: GitHub
- URL: https://github.com/kremalicious/dotfiles
- Owner: kremalicious
- Created: 2013-02-10T14:37:20.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T12:45:50.000Z (about 2 years ago)
- Last Synced: 2025-06-29T10:40:31.519Z (12 months ago)
- Topics: bash, dotfiles, git, homebrew, macos, npm, shell, zsh
- Language: Shell
- Homepage:
- Size: 200 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# dotfiles
> 👩🎤 personal dotfiles, scrambled together from the interwebz. Highly macOS oriented, with zsh, Homebrew.
[](https://github.com/kremalicious/dotfiles/actions)

## Installation
Clone this repository and execute the install script to symlink respective dotfiles into `~/` and run installation of Homebrew, Ruby & npm:
```bash
git clone git@github.com:kremalicious/dotfiles.git
cd dotfiles
./bin/install.sh
```
Have a look at the [install.sh](bin/install.sh) script to see what's happening. Installation assumes macOS and will fail on other systems.
## Update
Will update the symlinked dotfiles, useful if new dotfiles have been added:
```bash
git pull
./bin/update-dotfiles.sh
```
## Custom scripts
| Script | Description |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `colors.sh` | print out all available colors with their values in the Terminal |
| `tor.sh` | start Tor and switch the system-wide proxy settings in macOS. [More info](https://kremalicious.com/simple-tor-setup-on-mac-os-x/) |
| `updaterepos.sh` | recursively updates all git repositories within the given folder |
| `update-everything.sh` | update macOS, Mac App Store apps, Homebrew packages, (global) npm packages, Ruby via rvm, and refresh GPG keys all in one command. Aliased to `update` |