Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tlhunter/dotfiles
Configuration files for Linux and OS X
https://github.com/tlhunter/dotfiles
Last synced: 25 days ago
JSON representation
Configuration files for Linux and OS X
- Host: GitHub
- URL: https://github.com/tlhunter/dotfiles
- Owner: tlhunter
- Created: 2014-09-16T07:49:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T20:35:44.000Z (over 1 year ago)
- Last Synced: 2024-04-08T16:32:39.332Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 58.6 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DotFiles
Various configurations I'll share between computers.
Most should be both Linux and OS X compatible.
## Install
```bash
cd ~
git clone [email protected]:tlhunter/dotfiles.git .dotfiles
cd .dotfiles
./install.sh
```## Updating
```bash
~/.dotfiles/install.sh
```### ~/.vimrc
Vim configration files are located at [github.com/tlhunter/vimrc](https://github.com/tlhunter/vimrc).