Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinpapst/dotfiles
dot files from a OS X beginner
https://github.com/kevinpapst/dotfiles
dotfile dotfiles macos macosx php
Last synced: 4 months ago
JSON representation
dot files from a OS X beginner
- Host: GitHub
- URL: https://github.com/kevinpapst/dotfiles
- Owner: kevinpapst
- Created: 2013-11-25T18:13:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T10:27:03.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T04:52:54.623Z (9 months ago)
- Topics: dotfile, dotfiles, macos, macosx, php
- Language: Shell
- Size: 22.5 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dotfiles
========This is a very simple .dotfiles repo from a [PHP developer](https://gist.github.com/kevinpapst/24e251a5bf3a01174a231e8eeb13d6cd).
You can use it by itself, but I use it primarily as a submodule of my [MacOS development setup](https://github.com/kevinpapst/mac-os-setup).## Installation
**Attention:** Better safe than sorry!
This will overwrite already existing .dotfiles in your home directory.And now that you have been warned:
```bash
git clone https://github.com/kevinpapst/dotfiles.git
cd dotfiles
cp * ~/
source ~/.bash_profile
```To update, change into your local `dotfiles` repository and then:
```bash
git pull
cp * ~/
```## What you need to know
- the directorx `zsh` is not existing in here, but zsh will look there for custom files
## Thanks ...
* [Ingo Walz](https://github.com/iwalz/) for the idea to read more about public dotfiles
* [Dotfiles](http://dotfiles.github.io/) the unofficial guide to dotfiles on GitHub
* [Kevin Elliott](https://github.com/kevinelliott/.dotfiles) for his repo
* [Mathias Bynens](https://github.com/mathiasbynens/dotfiles) for his repo
* [tutsplus](http://net.tutsplus.com/tutorials/tools-and-tips/setting-up-a-mac-dev-machine-from-zero-to-hero-with-dotfiles/)