An open API service indexing awesome lists of open source software.

https://github.com/thomasgassmann/dotfiles

My personal dotfiles
https://github.com/thomasgassmann/dotfiles

dotfiles

Last synced: 3 months ago
JSON representation

My personal dotfiles

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]
```