Skip to content

zczqas/dotfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains all of the system configuration and Command-line tools for my System and Developer configuration.

TMUX

A terminal multiplexer

WEBINSTALL

Effortlessly install developer tools with easy-to-remember URLs

Install (mostly) cross-platform tools, from official builds

  • quickly
  • without sudo or Admin
  • without a package manager
  • without changing system file permissions

UUTILS COREUTILS

All gnu coreutils rewritten in rust

alias ls="coreutils ls"
cd ~/projects/Decapsulate-com/
echo "> coreutils ls"
coreutils ls

KITTY

Fast feature rich GPU based terminal emulator

RIPGREP

Recursively search for a regex better grep written in rust

Kitty

NCMPCPP

Despite its unique name NCurses Music Player Client (Plus Plus) or ncmpcpp is a great music player.

ncmpcpp

NCSPOT

ncurses spotify client written in Rust using librespot, inspired by ncmpc and the likes

BAT

cat with wings

bat

EZA

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=eza and you get a drop-in replacement that supports colours and git status
  • fork of exa, which stopped being developed in 2021

ZOXIDE

A smarter cd command for your terminal

Config:

zoxide init fish | source

Usage:

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 type cd lua from anywhere, and it'll usually do what you want!

MASK

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

PRESENTERM

A terminal slideshow presentation tool

  • Create presentation in markdown format and run them in the terminal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors