https://github.com/evilmarty/dotfiles
ummm, dot files...
https://github.com/evilmarty/dotfiles
bash bash-profile dotfiles
Last synced: 2 months ago
JSON representation
ummm, dot files...
- Host: GitHub
- URL: https://github.com/evilmarty/dotfiles
- Owner: evilmarty
- Created: 2012-06-21T09:03:59.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T04:21:16.000Z (about 2 years ago)
- Last Synced: 2024-05-02T00:24:47.764Z (about 2 years ago)
- Topics: bash, bash-profile, dotfiles
- Language: Shell
- Size: 16.1 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Marty's Dot Files
What was once a mere aggregation of configuration files is now the foundation of my home.
__Note__ use at your own risk.
## What's included:
* Vim/Neovim configuration
* Tmux configuration
* Git configuration
* Bash configuration
* Application installation (via Homebrew)
* Various scripts
## Installation
```
git clone git://github.com/evilmarty/dotfiles
cd dotfiles
make home && cd # copies files to home directory (optional)
make install
```