https://github.com/johnjohndoe/dotfiles
A collection of configuration files to setup various systems the way I like it.
https://github.com/johnjohndoe/dotfiles
aliases android bash dotfiles git linux macos rubygems rvm shell vim zsh
Last synced: 4 months ago
JSON representation
A collection of configuration files to setup various systems the way I like it.
- Host: GitHub
- URL: https://github.com/johnjohndoe/dotfiles
- Owner: johnjohndoe
- Created: 2011-12-10T20:25:09.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T21:49:47.000Z (10 months ago)
- Last Synced: 2025-04-10T20:54:51.784Z (7 months ago)
- Topics: aliases, android, bash, dotfiles, git, linux, macos, rubygems, rvm, shell, vim, zsh
- Language: Shell
- Homepage:
- Size: 1.4 MB
- Stars: 7
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tobias Preuss dotfiles
A collection of configuration files to setup various systems the way I like it.
## Installation
First, grant execute permissions to the included shell script.
Then run the script to install the configuration files.
```bash
$ chmod +x INSTALL.sh
$ ./INSTALL.sh
```
The install script creates a soft link for each configuration file using
the following command.
```bash
$ ln -sv ~/dotfiles/gitconfig ~/.gitconfig
```