https://github.com/HeyItsGilbert/dotfiles
Gilbert's dot files.
https://github.com/HeyItsGilbert/dotfiles
Last synced: 4 months 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 10 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T15:12:15.000Z (about 1 year ago)
- Last Synced: 2024-10-12T13:05:22.152Z (8 months ago)
- Language: PowerShell
- Size: 196 KB
- Stars: 25
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - HeyItsGilbert/dotfiles - Gilbert's dot files. (PowerShell)
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.