https://github.com/paeneumbra/dotfiles
Dotfiles. Personal laboratory mostly for development.
https://github.com/paeneumbra/dotfiles
awesomewm dotfiles linux macos nvim taskfile
Last synced: 9 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-01T19:01:23.000Z (6 months ago)
- Last Synced: 2025-08-01T21:34:48.745Z (6 months ago)
- Topics: awesomewm, dotfiles, linux, macos, nvim, taskfile
- Language: Shell
- Homepage:
- Size: 91.5 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.
## Installation
Current installation is done with cachy.
Remainder is done through the taskfiles.
### Requirements
- go-task
- python
- stow
- zsh
- 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
```