https://github.com/heyitsgilbert/dotfiles
Gilbert's dot files.
https://github.com/heyitsgilbert/dotfiles
Last synced: about 1 year ago
JSON representation
Gilbert's dot files.
- Host: GitHub
- URL: https://github.com/heyitsgilbert/dotfiles
- Owner: HeyItsGilbert
- License: mit
- Created: 2014-12-23T18:12:25.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T20:53:18.000Z (about 1 year ago)
- Last Synced: 2025-03-17T22:25:22.187Z (about 1 year ago)
- Language: PowerShell
- Size: 173 KB
- Stars: 35
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HeyItsGilbert's dotfiles!
This repo is set up with @twpayne/chezmoi. Chezmoi will also install some
applications, please take care to review the scripts to make sure you want those
installed.
> [!CAUTION]
> You probably don't want to just install this. I suggest cloning OR copying
> changes to your own dotfiles repo.
## Setup
> [!NOTE]
> All the scripts run with Pwsh so you need that in place first.
### For Windows
Install Chocolatey then install pre-requisites.
```shell
choco install chezmoi delta git pwsh
```
### For all
```shell
chezmoi init --apply --verbose https://github.com/HeyItsGilbert/dotfiles.git
```
> [!NOTE]
> Please note that there may be files from other repositories. These files have
> been accumulated over a long period of time. If you find some code the
> belongs to someone else, please let me know, so I can properly attribute them.