Skip to content

Instantly share code, notes, and snippets.

@jftuga
Last active February 15, 2024 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jftuga/aef7c7d11223f6ac48f49c76c8223eed to your computer and use it in GitHub Desktop.
Save jftuga/aef7c7d11223f6ac48f49c76c8223eed to your computer and use it in GitHub Desktop.
Debian 12 Packages

Debian 12 packages


Fedora 39 packages

  • sudo dnf install bat bfs curl fzf git htop jq net-tools python3-pip ripgrep sqlite3 tmux ugrep unzip vim zip
  • sudo dnf groupinstall "Development Tools" "Development Libraries"

.bashrc

alias bat=batcat
export TERM=xterm-256color
export LESS=-SXIFRs
export EDITOR=vim
source /etc/profile.d/golang_path.sh

alias bd="bat -l diff"
alias bm="bat -l man"
alias bj="bat -l json"
alias by="bat -l yaml"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment