👩‍🎤 personal dotfiles, scrambled together from the interwebz
Go to file
Matthias Kretschmann 9b24b09040
adopt for homebrew path
2023-01-23 18:06:21 +00:00
.github/workflows add GitHub Action, remove Travis 2021-01-30 22:22:16 +01:00
bin adopt for homebrew path 2023-01-23 18:06:21 +00:00
.gitignore initial commit 2012-06-18 01:10:31 +02:00
.prettierrc add prettierrc 2020-11-02 23:31:29 +01:00
aliases ip aliases 2021-02-16 21:42:11 +01:00
exports adopt for homebrew path 2023-01-23 18:06:21 +00:00
gitconfig adopt for homebrew path 2023-01-23 18:06:21 +00: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 add GitHub Action, remove Travis 2021-01-30 22:22:16 +01: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 2023-01-16 20:21:05 +00:00
zshrc adopt for homebrew path 2023-01-23 18:06:21 +00: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