👩‍🎤 personal dotfiles, scrambled together from the interwebz
Go to file
Matthias Kretschmann 4f976bde66
webstyle updates
2020-11-02 23:32:03 +01:00
bin zsh ssh completion 2019-10-25 00:41:06 +02:00
.gitignore initial commit 2012-06-18 01:10:31 +02:00
.prettierrc add prettierrc 2020-11-02 23:31:29 +01:00
.travis.yml add prettierrc 2020-11-02 23:31:29 +01:00
aliases switch to zsh 2019-08-18 02:23:43 +02:00
exports add prettierrc 2020-11-02 23:31:29 +01:00
gitconfig gitconfig updates 2020-11-02 23:31:41 +01: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
readme.md zsh tweaks 2019-09-22 23:04:59 +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 webstyle updates 2020-11-02 23:32:03 +01:00
zshrc zsh ssh completion 2019-10-25 00:41:06 +02:00

readme.md

dotfiles

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

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