My public dotfiles.
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 # INFO: macOS built-in version is always older
brew install git-gui # shell command: gitk
brew install git-delta # shell command: delta
brew install tig
brew install gh
gh extension install dlvhdr/gh-dash # shell command: gh dash
# nvm installation guide - https://github.com/nvm-sh/nvm#install-script
nvm install stable
npm install -g yarn # https://github.com/yarnpkg/yarn
npm install -g browser-sync # https://github.com/BrowserSync/browser-sync
npm install -g npm-check # https://github.com/dylang/npm-check
npm install -g fkill-cli # https://github.com/sindresorhus/fkill-cli
npm install -g zx # https://github.com/google/zx
npm install -g convert-md-to-html # https://github.com/piecioshka/convert-md-to-html
npm install -g convert-md-to-pdf # https://github.com/piecioshka/convert-md-to-pdf
brew install rbenv
brew install pyenv
cd ~/projects/
git clone [email protected]:piecioshka/git-scripts.git
git clone [email protected]:piecioshka/my-binaries.git
git clone [email protected]:piecioshka/my-scripts.git