👩‍🎤 personal dotfiles, scrambled together from the interwebz
Go to file
Matthias Kretschmann cfa1231b94
cleanup
2019-06-08 03:05:33 +02:00
bin cleanup 2019-06-08 03:05:33 +02:00
.gitignore initial commit 2012-06-18 01:10:31 +02:00
.travis.yml cleanup 2019-06-08 03:05:33 +02:00
bash_aliases cleanup 2019-06-08 03:05:33 +02:00
bash_exports cleanup 2019-06-08 03:05:33 +02:00
bash_paths cleanup 2019-06-08 03:05:33 +02:00
bash_profile cleanup 2019-06-08 03:05:33 +02:00
bash_prompt colors switch 2017-10-16 17:17:29 +02:00
bashrc renaming & refactor 2017-09-10 14:40:28 +02:00
editorconfig cleanup 2018-11-25 17:38:26 +01:00
gitconfig cleanup 2019-06-08 03:05:33 +02:00
gitignore ignoring "icon" is a bad idea 2015-06-08 22:27:10 +02:00
hushlogin initial commit 2012-06-18 01:10:31 +02:00
inputrc updates 2016-10-14 21:59:34 +02:00
readme.md switch to travis-ci.com 2018-07-10 14:17:10 +02:00
tmux.conf add tmux config 2017-05-07 01:20:00 +02:00
vimrc add vimrc 2017-12-07 23:09:38 +01:00
webstyle.css cleanup Medium 2017-09-10 13:15:30 +02:00

readme.md

dotfiles

👩‍🎤 personal dotfiles, scrambled together from the interwebz. Highly macOS oriented.

Build Status

hackerman

Installation

Clone this repository and execute the install script to symlink respective dotfiles into ~/ and run installation of Homebrew, Ruby & npm:

git clone git@github.com:kremalicious/dotfiles.git
cd dotfiles
./bin/install.sh

Have a look at the 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:

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
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