https://github.com/gitrust/dotfiles
my personal dotfiles repository
https://github.com/gitrust/dotfiles
bash dotfiles dotfiles-linux
Last synced: 5 days ago
JSON representation
my personal dotfiles repository
- Host: GitHub
- URL: https://github.com/gitrust/dotfiles
- Owner: gitrust
- License: mit
- Created: 2022-01-03T15:00:05.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-15T20:01:15.000Z (almost 4 years ago)
- Last Synced: 2023-11-01T19:33:09.531Z (about 2 years ago)
- Topics: bash, dotfiles, dotfiles-linux
- Language: Vim script
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Description
My personal dotfiles
# Installation
1. Clone this repository into a local project folder of your choice
2. Call `bash boostrap.sh` to synchronize dotfiles to your home directory
# Customization
Custom configuration will go to `$HOME/.extra`. This file can be creatd optionally to put personal configuration that will not be checked in.
E.g.:
```
GIT_AUTHOR_NAME="your-name"
git config --global user.name "$GIT_AUTHOR_NAME"
```
# Thanks to
- Mathias Bynens [dotfiles](https://github.com/mathiasbynens/dotfiles) setup strategy
- Ethan Schoonover [solarized vim colorscheme](https://github.com/altercation/vim-colors-solarized)