Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamestomasino/dotfiles
My dotfiles
https://github.com/jamestomasino/dotfiles
dotfiles mint-setup osx-setup shell
Last synced: 1 day ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/jamestomasino/dotfiles
- Owner: jamestomasino
- License: unlicense
- Created: 2013-09-05T17:34:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-12-26T01:08:29.000Z (almost 5 years ago)
- Last Synced: 2024-08-02T05:13:13.420Z (3 months ago)
- Topics: dotfiles, mint-setup, osx-setup, shell
- Language: Shell
- Homepage:
- Size: 14 MB
- Stars: 36
- Watchers: 3
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## dotfiles ##
This repo serves as a master collection of all my dotfiles. Each grouping has its own folder here. The install script will install all of the appropriate files for the platform to their respective place.
### Dependencies ###
The dotfiles installation requires the GNU program `stow`. To install this, do your brand of:
brew install stow
-or-
sudo apt-get install stow### Install ###
From cloned git repo folder:
$ make
The Makefile will attempt to determine your platform automatically and install the right files. You can override this by specifying the platform specifically in the make command (e.g., `make OSX`). Or you can install specific packages with make as well (e.g., `make tmux`).
Special thanks to [Stephen Tudor](https://github.com/smt/), my partner in dotfile exploration.