Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gdiggs/dotfiles
dotfiles that I use
https://github.com/gdiggs/dotfiles
Last synced: 7 days ago
JSON representation
dotfiles that I use
- Host: GitHub
- URL: https://github.com/gdiggs/dotfiles
- Owner: gdiggs
- License: apache-2.0
- Created: 2018-01-18T17:40:09.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T15:05:49.000Z (5 months ago)
- Last Synced: 2024-12-11T17:21:49.613Z (about 1 month ago)
- Language: Vim Script
- Homepage:
- Size: 304 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
This repo contains dotfiles, and uses dotbot to provision new machines. To use it, run:
```
git clone https://github.com/gdiggs/dotfiles.git && \
dotfiles/install
```If running on Ubuntu, you'll need to `apt install git vim` before running the script. You'll also want to add the following to `~/.bashrc`:
```
if [ -f ~/.bash_profile ]; then
. ~/.bash_profile
fi
```## Local Files
Git, Bash, and SSH in this repo all support local files for machine-specific configuration. To use them, add a file of the type with the corresponding path:
- Git: `~/.gitconfig.local`
- Bash: `~/.bash_profile.local`
- SSH: `~/.ssh/config.local`All of these files are already gitignored.