https://github.com/adamhollett/dotfiles
My dotfiles for macOS and Windows.
https://github.com/adamhollett/dotfiles
bash dotfiles git ruby shell zsh
Last synced: 4 months ago
JSON representation
My dotfiles for macOS and Windows.
- Host: GitHub
- URL: https://github.com/adamhollett/dotfiles
- Owner: adamhollett
- Created: 2017-09-19T00:20:33.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-05-06T00:50:50.000Z (6 months ago)
- Last Synced: 2025-05-06T01:35:54.884Z (6 months ago)
- Topics: bash, dotfiles, git, ruby, shell, zsh
- Language: Shell
- Homepage:
- Size: 104 KB
- Stars: 15
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# dotfiles

Fork this repo and clone it in your home directory so that you get `~/dotfiles`.
Please explore a little before running the setup script.
The setup script will symlink to your home directory any files in this repo with `.sym` in their name. For example, `/shell/bash/.bashrc.sym` will be symlinked to `~/.bashrc`.
If you have existing configs in these files, please **back them up** as this can overwrite them:
``` shell
./setup.sh
```
**Note**: In Windows, run the setup script using the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) (WSL) or [Git Bash for Windows](https://git-for-windows.github.io).
## Identity
You can add your git identity to `git/.gitconfig`, or in a file at `git/id` and it will be included:
``` gitconfig
[user]
name = Your Name
email = your@email.com
```