Skip to content

thevtm/dotfiles

Repository files navigation

Vini's Dotfiles

Usage

./install

Fonts

Shell / Terminal

Productivity

  • fasd offers quick access to files and directories for POSIX shells
  • fzy fuzzy selector
  • zsh-fzy zsh plugin that uses fzy for certain fuzzy matching operations
  • fd better and faster find
  • thefuck corrects your previous console command
  • xsel shell to clipboard
  • trash-cli trash functionality for cli
  • direnv enviroment switcher for shell
  • jq jq is like sed for JSON data
  • exa better ls
  • tldr better man
  • httpie better cURL
  • ripgrep ripgrep

Network

Audio

ALSA: alsa-utils

Config

Quake Terminal

# Top terminal
tdrop -n 1 --width 100% --height 35% --post-map-hook 'wmctrl -r "Alacritty - Drop Down - Top" -b add,above,sticky' alacritty --title 'Alacritty - Drop Down - Top'

# Bottom terminal
tdrop -n 2 -y 63% --width 100% --height 35% --post-map-hook 'wmctrl -r "Alacritty - Drop Down - Bottom" -b add,above,sticky' alacritty --title 'Alacritty - Drop Down - Bottom'