Skip to content

piecioshka/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My public dotfiles.

Required software

macOS
brew install watch
brew install tree
brew install mc
brew install fzf
brew install bat
brew install ripgrep # shell command: rg
brew install btop
brew install htop
brew install fastfetch # shell commands: fastfetch, flashfetch
brew install httpie # shell command: http
brew install nmap

brew install git # NOTE: macOS built-in version is always older
brew install git-gui # shell command: gitk
brew install git-delta # https://github.com/dandavison/delta
brew install difftastic # shell command: difft - https://github.com/Wilfred/difftastic
brew install tig # https://github.com/jonas/tig
brew install gh # https://github.com/cli/cli

brew install rbenv # https://github.com/rbenv/rbenv
brew install pyenv # https://github.com/pyenv/pyenv
brew install lla # https://github.com/triyanox/lla
brew install eza # https://github.com/eza-community/eza

brew install ncdu # https://dev.yorhel.nl/ncdu
brew install entr # https://github.com/eradman/entr/
brew install yt-dlp # https://github.com/yt-dlp/yt-dlp
gh extension install dlvhdr/gh-dash # shell command: gh dash
brew install --cask font-fira-code-nerd-font # then set "FiraCode Nerd Font" as default font in terminal
nvm install stable # install Node.js - https://github.com/nvm-sh/nvm#install-script

Install my custom scripts

cd ~/projects/
git clone https://github.com/piecioshka/git-scripts.git
git clone https://github.com/piecioshka/jira-scripts.git
git clone https://github.com/piecioshka/media-scripts.git
git clone https://github.com/piecioshka/my-binaries.git
git clone https://github.com/piecioshka/my-scripts.git