Compare commits
1 Commits
feat/agent
...
fix/add-lo
| Author | SHA1 | Date | |
|---|---|---|---|
| 7a0948a43f |
12
AGENTS.md
12
AGENTS.md
@@ -1,12 +0,0 @@
|
|||||||
# AGENTS.md
|
|
||||||
|
|
||||||
Personal development conventions — applies to all projects unless overridden by a project-level AGENTS.md.
|
|
||||||
|
|
||||||
## Workflow
|
|
||||||
|
|
||||||
- New feature → clean branch from `origin/master` → push → PR on Gitea
|
|
||||||
- Branch naming: `feat/description` (features), `fix/description` (bugs/docs/docs/chores)
|
|
||||||
- Always branch from `origin/master`, never from another feature branch
|
|
||||||
- PR title describes the change; body explains motivation + summary
|
|
||||||
- After PR merge, delete the feature branch
|
|
||||||
- Always validate before push (build, lint, test)
|
|
||||||
2
Makefile
2
Makefile
@@ -1,5 +1,5 @@
|
|||||||
# Define list of directories you want to stow
|
# Define list of directories you want to stow
|
||||||
CONFIG_DIRS := btop doom hypr kitty nvim rclone starship tmux wallpapers waybar wireplumber wofi yazi zsh
|
CONFIG_DIRS := btop doom hypr kitty local nvim rclone starship tmux wallpapers waybar wireplumber wofi yazi zsh
|
||||||
|
|
||||||
all: stow_all
|
all: stow_all
|
||||||
wal -i ~/.config/wallpapers/green_yellow_forest.jpg -o ~/.config/waybar/launch.sh
|
wal -i ~/.config/wallpapers/green_yellow_forest.jpg -o ~/.config/waybar/launch.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user