👩‍🎤 personal dotfiles, scrambled together from the interwebz
Go to file
Matthias Kretschmann 9a323501d6
add vimrc
2017-12-07 23:09:38 +01:00
bin add vimrc 2017-12-07 23:09:38 +01:00
.gitignore initial commit 2012-06-18 01:10:31 +02:00
.travis.yml linting 2017-09-10 14:51:04 +02:00
bash_aliases Add Code alias 2017-10-16 17:02:02 +02:00
bash_exports renaming & refactor 2017-09-10 14:40:28 +02:00
bash_paths shellcheck linting 2017-06-12 01:04:18 +02:00
bash_profile linting 2017-09-10 14:51:04 +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 switch tab style in Makefiles 2017-06-12 01:04:38 +02:00
gemrc add gemrc file, prevent docs from being installed 2014-04-10 13:09:13 +02:00
gitconfig alias subl command 2017-08-14 15:36:37 +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
npmrc add readme, script reorganisation 2017-05-21 01:12:31 +02:00
readme.md linting 2017-09-10 14:51:04 +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