My custom configuration files.
The configuration doesn't require anything to be installed on the machine, but will add additional features if it finds certain apps are installed.
cd $HOME
git init
git remote add origin [email protected]:Sorgrum/home.git
git reset --hard origin/main
nvim
- Popular text editoreza
- A replacement forexa
, which is a replacement ofls
bat
- Nicer output forcat
et
- EternalTerminal, forssh
that can survive network disconnections
Tip
macOS: brew install eza bat nvim
The installation can be customized by adding anything of your choosing into ~/.zshrc_local
.
For example, you can add directories to your $PATH
:
path=(
$HOME/Library/Python/3.9/bin
$path
)
Or add your own aliases:
alias foo="echo bar"