dotfiles/readme.md

38 lines
1.4 KiB
Markdown
Raw Normal View History

2017-05-21 00:59:35 +02:00
# dotfiles
> 👩‍🎤 personal dotfiles, scrambled together from the interwebz. Highly macOS oriented.
2017-09-10 14:46:58 +02:00
[![Build Status](https://travis-ci.org/kremalicious/dotfiles.svg?branch=master)](https://travis-ci.org/kremalicious/dotfiles)
2017-05-21 00:59:35 +02:00
![hackerman](https://cloud.githubusercontent.com/assets/90316/26279873/9240a9d8-3dc0-11e7-9353-783b36ae6aff.jpg)
## 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`