Compare commits
2
Commits
1d76b91434
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0a83a6457d
|
||
|
|
a232148e9c
|
@@ -1,11 +1,11 @@
|
|||||||
[".config/fish"]
|
[".config/fish"]
|
||||||
type = "git-repo"
|
type = "git-repo"
|
||||||
url = "https://git.rootiest.dev/rootiest/fish-config.git"
|
url = "https://git.rootiest.dev/rootiest/fish-config.git"
|
||||||
|
|
||||||
[".config/kitty"]
|
[".config/kitty"]
|
||||||
type = "git-repo"
|
type = "git-repo"
|
||||||
url = "https://git.rootiest.dev/rootiest/kitty-conf.git"
|
url = "https://git.rootiest.dev/rootiest/kitty-config.git"
|
||||||
|
|
||||||
[".config/nvim"]
|
[".config/nvim"]
|
||||||
type = "git-repo"
|
type = "git-repo"
|
||||||
url = "https://git.rootiest.dev/rootiest/neovim-config.git"
|
url = "https://git.rootiest.dev/rootiest/neovim-config.git"
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
CLAUDE.md
|
CLAUDE.md
|
||||||
GEMINI.md
|
GEMINI.md
|
||||||
|
AGENTS.md
|
||||||
README.md
|
README.md
|
||||||
.gitignore
|
.gitignore
|
||||||
.claude*
|
.claude*
|
||||||
|
|||||||
@@ -69,3 +69,4 @@ src/
|
|||||||
.claude*
|
.claude*
|
||||||
CLAUDE.md
|
CLAUDE.md
|
||||||
GEMINI.md
|
GEMINI.md
|
||||||
|
AGENTS.md
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ This repository is the single source of truth for my system configuration. Rathe
|
|||||||
| Config | Repository | Destination |
|
| Config | Repository | Destination |
|
||||||
|--------|-----------|-------------|
|
|--------|-----------|-------------|
|
||||||
| [Fish Shell](https://git.rootiest.dev/rootiest/fish-config) | `fish-config` | `~/.config/fish` |
|
| [Fish Shell](https://git.rootiest.dev/rootiest/fish-config) | `fish-config` | `~/.config/fish` |
|
||||||
| [Kitty Terminal](https://git.rootiest.dev/rootiest/kitty-conf) | `kitty-conf` | `~/.config/kitty` |
|
| [Kitty Terminal](https://git.rootiest.dev/rootiest/kitty-config) | `kitty-config` | `~/.config/kitty` |
|
||||||
| [Neovim](https://git.rootiest.dev/rootiest/neovim-config) | `neovim-config` | `~/.config/nvim` |
|
| [Neovim](https://git.rootiest.dev/rootiest/neovim-config) | `neovim-config` | `~/.config/nvim` |
|
||||||
|
|
||||||
## Highlights
|
## Highlights
|
||||||
@@ -65,7 +65,7 @@ dotfiles/
|
|||||||
## Related repositories
|
## Related repositories
|
||||||
|
|
||||||
- [fish-config](https://git.rootiest.dev/rootiest/fish-config) — Fish shell configuration
|
- [fish-config](https://git.rootiest.dev/rootiest/fish-config) — Fish shell configuration
|
||||||
- [kitty-conf](https://git.rootiest.dev/rootiest/kitty-conf) — Kitty terminal configuration
|
- [kitty-conf](https://git.rootiest.dev/rootiest/kitty-config) — Kitty terminal configuration
|
||||||
- [neovim-config](https://git.rootiest.dev/rootiest/neovim-config) — Neovim configuration
|
- [neovim-config](https://git.rootiest.dev/rootiest/neovim-config) — Neovim configuration
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|||||||
Reference in New Issue
Block a user