https://github.com/maxhoffmann/dotfiles
:wrench: my bash settings
https://github.com/maxhoffmann/dotfiles
dotfiles
Last synced: about 1 year ago
JSON representation
:wrench: my bash settings
- Host: GitHub
- URL: https://github.com/maxhoffmann/dotfiles
- Owner: maxhoffmann
- License: mit
- Created: 2014-07-18T21:37:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T10:13:10.000Z (about 9 years ago)
- Last Synced: 2025-01-23T06:32:00.500Z (about 1 year ago)
- Topics: dotfiles
- Language: Shell
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dotfiles
========
My bash setup. Most of the settings are taken from [mathias dotfiles](https://github.com/mathiasbynens/dotfiles).
Installation
------------
Install homebrew:
```
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
```
Clone repository:
```bash
git clone https://github.com/maxhoffmann/dotfiles.git && cd dotfiles
```
Install Bash Utils (newest bash version etc.):
```bash
./brew.sh
```
```bash
source setup.sh
```
Set some OS X default settings:
```bash
./.osx
```
Setup Sublime:
```bash
./sublime.sh
```