https://github.com/thomasgassmann/dotfiles
My personal dotfiles
https://github.com/thomasgassmann/dotfiles
dotfiles
Last synced: 3 months ago
JSON representation
My personal dotfiles
- Host: GitHub
- URL: https://github.com/thomasgassmann/dotfiles
- Owner: thomasgassmann
- License: mit
- Created: 2019-02-23T12:35:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2026-04-11T16:01:55.000Z (3 months ago)
- Last Synced: 2026-04-11T18:05:15.801Z (3 months ago)
- Topics: dotfiles
- Language: Shell
- Homepage:
- Size: 288 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
My personal dotfiles.
## Required packages
- stow
- zsh
- zsh-completions
- zsh-autosuggestions
- zsh-syntax-highlighting
- fzf
- oh-my-zsh-git (AUR)
- tmux
- wl-clipboard
- git-delta
- github-cli
- ghostty
- serie
## zsh plugins
Also install [zsh-github-copilot](https://github.com/loiccoyle/zsh-github-copilot) as described in the `oh-my-zsh` section (`gh extension install github/gh-copilot`).
## Installation
There are currently two targets: `headless` and `desktop`.
### raptor
```bash
make [target]
```
## Uninstall
```bash
make uninstall-[target]
```