https://github.com/paeneumbra/dotfiles
Dotfiles. Personal laboratory mostly for development.
https://github.com/paeneumbra/dotfiles
awesomewm dotfiles linux macos nvim taskfile
Last synced: 7 days ago
JSON representation
Dotfiles. Personal laboratory mostly for development.
- Host: GitHub
- URL: https://github.com/paeneumbra/dotfiles
- Owner: paeneumbra
- Created: 2022-12-29T15:28:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-15T14:58:34.000Z (25 days ago)
- Last Synced: 2026-03-16T03:01:01.986Z (24 days ago)
- Topics: awesomewm, dotfiles, linux, macos, nvim, taskfile
- Language: Shell
- Homepage:
- Size: 125 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Dotfiles
Personal laboratory mostly for development.
Version alias: Harry Dresden
## Installation
Current using cachyOS and Niri.
Remainder is done through the taskfiles.
### Requirements
- go-task
- python
- stow
- fish
## Configuration
### shell
Main shell is fish, a working setup exists for bash and zsh (with zimfw)
## Fish
Follow
```shell
exec fish
plugin_update
```
Configuration through taskfiles using stow
## Dotfiles setup
Clone the dotfiles repository
```shell
mkdir -p depository
cd depository
git clone git@github.com:paeneumbra/dotfiles.git dotfiles
```
## Minimal setup
Run minimal linux installation setup manually
```shell
./depository/dotfiles/taskfiles/scripts/00-cachy-minimal.sh
```
or
```shell
curl -fsSL https://raw.githubusercontent.com/paeneumbra/dotfiles/refs/heads/main/taskfiles/scripts/00-cachy-minimal.sh | bash
```