https://github.com/owickstrom/dotfiles
My dotfiles for OSX and Ubuntu
https://github.com/owickstrom/dotfiles
Last synced: 3 months ago
JSON representation
My dotfiles for OSX and Ubuntu
- Host: GitHub
- URL: https://github.com/owickstrom/dotfiles
- Owner: owickstrom
- License: mit
- Created: 2014-02-23T18:54:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T07:06:59.000Z (over 5 years ago)
- Last Synced: 2025-01-01T13:23:17.925Z (5 months ago)
- Language: Vim script
- Size: 24 MB
- Stars: 19
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
This repository contains my barebones toolbelt and configuration for OSX and
Linux. Feel free to fork it and customize all you want.## Installation
It's just a matter of cloning and running the install script. It will install
Stack and some other basic stuff, as well as symlink the dotfiles.```bash
git clone [email protected]:owickstrom/dotfiles.git ~/.dotfiles
~/.dotfiles/install.sh
```