docs: update links
chore: update gitignore patterns
This commit is contained in:
+76
@@ -1,2 +1,78 @@
|
||||
plugins/
|
||||
.tmux/plugins
|
||||
|
||||
# id: gitig-boilerplate-7f0528027e23f210196ae4583c408e5b
|
||||
# ╭──────────────────────────────────────────────────────────╮
|
||||
# │ GitIgnore Boilerplate Template │
|
||||
# ╰──────────────────────────────────────────────────────────╯
|
||||
#
|
||||
# ──────────────────── OS-Generated Files ────────────────────
|
||||
# automatic backup files created by some editors (e.g., Vim, Emacs)
|
||||
*~
|
||||
|
||||
# temporary files created if a process still has a handle to a deleted file
|
||||
.fuse_hidden*
|
||||
|
||||
# KDE directory preferences
|
||||
.directory
|
||||
|
||||
# MacOS junk
|
||||
.DS_Store
|
||||
|
||||
# Linux trash folder which might appear on any partition or disk
|
||||
.Trash-*
|
||||
|
||||
# files created when an open file is removed but is still being accessed
|
||||
.nfs*
|
||||
|
||||
# ─────────────────── Debug/Temporary/Testing ────────────────
|
||||
# Matches OLD / .OLD
|
||||
[Oo][Ll][Dd]/
|
||||
.[Oo][Ll][Dd]/
|
||||
|
||||
# Matches DISABLE / .DISABLE
|
||||
[Dd][Ii][Ss][Aa][Bb][Ll][Ee]/
|
||||
.[Dd][Ii][Ss][Aa][Bb][Ll][Ee]/
|
||||
|
||||
# Matches DISABLED / .DISABLED
|
||||
[Dd][Ii][Ss][Aa][Bb][Ll][Ee][Dd]/
|
||||
.[Dd][Ii][Ss][Aa][Bb][Ll][Ee][Dd]/
|
||||
|
||||
# Matches DEBUG / .DEBUG
|
||||
[Dd][Ee][Bb][Uu][Gg]/
|
||||
.[Dd][Ee][Bb][Uu][Gg]/
|
||||
|
||||
# Matches TMP / .TMP
|
||||
[Tt][Mm][Pp]/
|
||||
.[Tt][Mm][Pp]/
|
||||
|
||||
# Matches TEMP / .TEMP
|
||||
[Tt][Ee][Mm][Pp]/
|
||||
.[Tt][Ee][Mm][Pp]/
|
||||
|
||||
# Matches TEMPORARY / .TEMPORARY
|
||||
[Tt][Ee][Mm][Pp][Oo][Rr][Aa][Rr][Yy]/
|
||||
.[Tt][Ee][Mm][Pp][Oo][Rr][Aa][Rr][Yy]/
|
||||
|
||||
# Matches TESTING / .TESTING
|
||||
[Tt][Ee][Ss][Tt][Ii][Nn][Gg]/
|
||||
.[Tt][Ee][Ss][Tt][Ii][Nn][Gg]/
|
||||
|
||||
# ─────────────────── AI Sessions and Rules ──────────────────
|
||||
# Matches CLAUDE.md, .claud*, etc.
|
||||
[Cc][Ll][Aa][Uu][Dd][Ee].[Mm][Dd]
|
||||
.[Cc][Ll][Aa][Uu][Dd]*
|
||||
|
||||
# Matches GEMINI.md, .gemin*, etc.
|
||||
[Gg][Ee][Mm][Ii][Nn][Ii].[Mm][Dd]
|
||||
.[Gg][Ee][Mm][Ii][Nn]*
|
||||
|
||||
# Matches ANTIGRAVITY.md, .antigrav*, etc.
|
||||
[Aa][nN][Tt][Ii][Gg][Rr][Aa][Vv][Ii][Tt][Yy].[Mm][Dd]
|
||||
.[Aa][Nn][Tt][Ii][Gg][Rr][Aa][Vv]*
|
||||
|
||||
# Matches AGENTS.md, .remember, etc.
|
||||
[Aa][Gg][Ee][Nn][Tt][Ss].[Mm][Dd]
|
||||
.[Rr][Ee][Mm][Ee][Mm][Bb][Ee][Rr]
|
||||
|
||||
# ──────────────────────────────────────────────────────────────
|
||||
|
||||
@@ -53,23 +53,10 @@ The rootiest Tmux configuration you will ever see!
|
||||
3. Clone the repository
|
||||
|
||||
```bash
|
||||
git clone https://github.com/rootiest/rootiest-tmux.git ~/.config/tmux
|
||||
git clone https://git.rootiest.dev/rootiest/tmux-config.git ~/.config/tmux
|
||||
```
|
||||
|
||||
4. Install [TmuxPluginManager (TPM)](https://github.com/tmux-plugins/tpm)
|
||||
|
||||
```bash
|
||||
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
|
||||
```
|
||||
|
||||
5. Install [the Catppuccin theme](https://github.com/catppuccin/tmux)
|
||||
|
||||
```bash
|
||||
mkdir -p ~/.config/tmux/plugins/catppuccin
|
||||
git clone -b v2.1.0 https://github.com/catppuccin/tmux.git ~/.config/tmux/plugins/catppuccin/tmux
|
||||
```
|
||||
|
||||
6. **Enjoy!** 🎉
|
||||
4. **Enjoy!** 🎉
|
||||
|
||||
## Features
|
||||
|
||||
@@ -88,20 +75,20 @@ The rootiest Tmux configuration you will ever see!
|
||||
|
||||
## Companion Tools
|
||||
|
||||
[Rootiest WezTerm](https://github.com/rootiest/rootiest-wezterm) -
|
||||
[Rootiest WezTerm](https://git.rootiest.dev/rootiest/wezterm-config) -
|
||||
A wezterm configuration that is designed to work with this tmux config.
|
||||
|
||||
[Rootiest Kitty](https://github.com/rootiest/rootiest-kitty) -
|
||||
[Rootiest Kitty](https://git.rootiest.dev/rootiest/kitty-config) -
|
||||
A kitty configuration that is designed to work with this tmux config.
|
||||
|
||||
[Rootiest Fish](https://github.com/rootiest/rootiest-fish) -
|
||||
[Rootiest Fish](https://git.rootiest.dev/rootiest/fish-config) -
|
||||
Fish shell configuration that pairs well with this Tmux configuration
|
||||
and the NeoVim configuration.
|
||||
|
||||
[Rootiest Neovim](https://github.com/rootiest/rootiest-nvim) -
|
||||
[Rootiest Neovim](https://git.rootiest.dev/rootiest/neovim-config) -
|
||||
A NeoVim config built to work alongside this and the fish config.
|
||||
|
||||
[Rootiest Iosevka Font](https://github.com/rootiest/rootiest-iosevka) -
|
||||
[Rootiest Iosevka Font](https://git.rootiest.dev/rootiest/rootiest-iosevka) -
|
||||
A custom Iosevka font that is designed by developers, for developers.
|
||||
|
||||
[Nerd Fonts](https://github.com/ryanoasis/nerd-fonts/) -
|
||||
|
||||
Reference in New Issue
Block a user