This repository contains all of the system configuration and Command-line tools for my System and Developer configuration.
A terminal multiplexer
- Use Catppuccin along with custom config
Effortlessly install developer tools with easy-to-remember URLs
Install (mostly) cross-platform tools, from official builds
- quickly
- without
sudoor Admin - without a package manager
- without changing system file permissions
All gnu coreutils rewritten in rust
alias ls="coreutils ls"cd ~/projects/Decapsulate-com/
echo "> coreutils ls"
coreutils lsFast feature rich GPU based terminal emulator
Recursively search for a regex better grep written in rust
Despite its unique name NCurses Music Player Client (Plus Plus) or ncmpcpp is a great music player.
ncurses spotify client written in Rust using librespot, inspired by ncmpc and the likes
catwith wings
A modern replacement for
ls
cd ~/projects/Decapsulate-com/
echo "> eza -l --icons --time-style=long-iso --group-directories-first"
echo ""
eza --time-style=long-iso --group-directories-first --icons -l --color=always- Alias
ls=ezaand you get a drop-in replacement that supports colours and git status - fork of exa, which stopped being developed in 2021
A smarter
cdcommand for your terminal
Config:
zoxide init fish | sourceUsage:
echo "> pwd"
echo "/home/tris"
echo ""
echo "> cd lua"
echo "> pwd"
echo ".config/nvim/lua"- Add it to your shell config
- Then start jumping to previously used folders by relative path:
- Zoxide knows where you've been, so instead of typing
cd .config/nvim/lua/you can just typecd luafrom anywhere, and it'll usually do what you want!
A CLI task runner defined by a simple markdown file
- Mask is another command runner, like just and make, but the config file is a standard markdown file, as you see here.
- This is a really neat trick, as it means your documentation can serve as your code, and vice versa
A terminal slideshow presentation tool
- Create presentation in markdown format and run them in the terminal


