Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/craigmayhew/dotfiles
~/.*
https://github.com/craigmayhew/dotfiles
dotfiles
Last synced: 26 days ago
JSON representation
~/.*
- Host: GitHub
- URL: https://github.com/craigmayhew/dotfiles
- Owner: craigmayhew
- Created: 2012-08-17T12:36:12.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2020-08-07T14:00:58.000Z (about 4 years ago)
- Last Synced: 2023-03-24T02:39:08.503Z (over 1 year ago)
- Topics: dotfiles
- Language: Vim script
- Homepage:
- Size: 451 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
## Overview
This repo is used by me to keep my environments identical. It contains my preferences and has a cache of shortcuts and commands. It's used in my docker files https://github.com/craigmayhew/rig/.
## Installation
**Warning:** If you want to give these dotfiles a try, make sure to backup your existing files or modify the below command to use an empty home directory!
```
cd ~/ && git clone https://github.com/craigmayhew/dotfiles.git && rsync -a dotfiles/ ~/ && rm -rf ~/dotfiles
```#### .ssh/authorized_keys
- My current public encryption key.#### .bash_profile
- Define alias commands e.g. l='ls -lha'
- Add colours to terminal
- Add git information to directory path
#### .vimrc
- Set default history, undo directory
- Set soft tabs
- Use pathogen
- Set syntax highlighting
- Set colours## Further Reading
https://dotfiles.github.io/