Skip to content

Latest commit

 

History

History
119 lines (107 loc) · 5.64 KB

readme.md

File metadata and controls

119 lines (107 loc) · 5.64 KB

config

Just my config files.

table of contents

What it includes

  • starship prompt configs
  • (neo)vim config
  • vscode extensions i use
  • bash/nushell config
  • some nap stuff

nushell

completions

  • extern -- extern ressources that I inport from nushell/nu_scripts
    • bat -- a cat alternative
    • cargo -- the rust language
    • curl -- a fetch tool
    • gh -- the github cli
    • git -- the git version controll system
    • npm -- the package manager of node
    • rg -- a grep alternative
    • rustup -- the rust init tool
    • vs-code -- vscode
    • yarn -- the yarn package manager
  • lang -- all programmming languages I use
    • cake -- a c23 frontend
    • dart -- the dart language
    • deno -- the deno js runtime
    • dotnet -- the dotnet framework
    • elm -- the elm language
    • erde -- the erde language
    • fennel -- the fennel language
    • go -- the go language
    • jq -- the jq language
    • julia -- the julia language
    • lua -- the lua language
    • numbat -- the numbat language
    • odin -- the odin language
    • picat -- the picat language
    • purs -- the purescript language
    • python -- the pyton language
    • sass -- the sass language
  • package -- all package managers I use
    • luarocks -- the lua package manager
    • pip -- the python package manager
    • spago -- the purescript package manager
  • tools -- all tools I use
    • cmake -- a c build system
    • djot -- the djot light markup language (djot, jotdown)
    • fd -- a find alternative
    • foto -- a photo publishing tool
    • glow -- a markdown renderer
    • gum -- a tool for glamorous scripts
    • hexyl -- a hex viewer
    • hyperfine -- a benchmarking tool
    • lsd -- a next gen ls command
    • meson -- a c build system
    • moul -- a minimal photo publishing tool
    • nap -- a code snippet tool
    • ninja -- a build system
    • onefetch -- a git info tool
    • pastel -- a tool to for colour
    • rgp-cli -- a small cli game
    • scc -- a line of code counter
    • serve -- a static file server
    • ssh -- a secure shell
    • starship -- a cross shell prompt
    • tig -- a text-mode interface for git
    • tokei -- a line of code counter
    • zeit -- a time tracker
    • zola -- a static site engine
  • misc -- all my miscellaneous small completions for small command line apps

scripts

  • b -- move/rename many files
  • commit -- like commitzen
  • executables -- see all executables in the path
  • goapps -- see all go apps
  • rand -- a small script that returns a string out of a list of strings
  • rustapps -- see all rust apps
  • setup -- setting up command line apps and more stuff I like
  • toc -- creates a table of contents from a markdown file
  • vdf -- parse the Valve Data Format
  • walk -- a bookmarking script

vim