Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voelzmo/dotfiles
https://github.com/voelzmo/dotfiles
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/voelzmo/dotfiles
- Owner: voelzmo
- Created: 2015-05-26T14:13:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-04T08:56:50.000Z (6 months ago)
- Last Synced: 2024-11-08T23:12:39.330Z (about 2 months ago)
- Language: Shell
- Size: 279 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What is this?
A collection of system settings and installations, maintained using [dotbot](https://github.com/anishathalye/dotbot)
## Install instructions
```sh
# install apple developer tools
$ xcode-select --install# clone this repo
$ git clone --recursive# copy dotfiles and configure some things
$ ./install# install apps using homebrew. This need to happen after the config files have been copied by the ./install script
$ brew bundle# install umlauts with option key layout
$ curl -O -L -J http://hci.rwth-aachen.de/tiki-download_wiki_attachment.php?attId=793&page=USGermanKeyboard
$ unzip USGerman\ Keyboard\ Layout\ 0.98.zip
$ sudo mv USGerman\ Keyboard\ Layout\ 0.98/Roman.bundle /Library/Keyboard\ Layouts/
$ rm -rf USGerman\ Keyboard\ Layout\ 0.98# change default login keyboard
$ sudo cp ~/Library/Preferences/com.apple.HIToolbox.plist /Library/Preferences/
```## Backup Instructions
```sh
# backup homebrew packages
$ brew bundle dump --force# backup kubectl plugins
$ kubectl krew list > kubectl-krew-plugins.txt# export Rectangle settings from menu to RectangleConfig.json
# export iterm2 configuration from menu
```