https://github.com/burgr033/dotfiles
these are my dotfiles managed by chezmoi
https://github.com/burgr033/dotfiles
arch archlinux archlinux-dotfiles chezmoi dotfiles fish glazewm hyprland-config linux-dotfiles powershell swaybar ubuntu windows windows-dotfiles
Last synced: 3 months ago
JSON representation
these are my dotfiles managed by chezmoi
- Host: GitHub
- URL: https://github.com/burgr033/dotfiles
- Owner: burgr033
- Created: 2023-02-20T12:10:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T22:56:12.000Z (about 1 year ago)
- Last Synced: 2025-03-10T23:29:05.627Z (about 1 year ago)
- Topics: arch, archlinux, archlinux-dotfiles, chezmoi, dotfiles, fish, glazewm, hyprland-config, linux-dotfiles, powershell, swaybar, ubuntu, windows, windows-dotfiles
- Language: Shell
- Homepage:
- Size: 2.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my personal dotfiles
dotfiles generated with **[chezmoi](https://github.com/twpayne/chezmoi)**
Configs include:
- Linux
- Gnome (dconf)
- ghostty
- fish
- eza
- zellij
- Windows
- Windows PowerShell
- Windows Terminal
- both
- Git
- starship
- bat
- lazygit
- Neovim
## applying my dotfiles
> [!WARNING]
> If you install these dotfiles with chezmoi, and during setup you get asked if
> you want to setup manually, and you answer "no" a bunch of stuff will be installed
> (see .chezmoiscripts)
### steps (arch)
1. get chezmoi
```shell
sh -c "$(curl -fsLS get.chezmoi.io/lb)" -- init --apply burgr033
```
### Steps (windows)
1. Install (the best package manager for windows) **[scoop](https://scoop.sh)**
```shell
irm get.scoop.sh | iex
```
2. Install Chezmoi through scoop
```shell
scoop install chezmoi
```
3. init & apply dotfiles
```shell
chezmoi init burgr033 --apply
```