Skip to content

Sorgrum/home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

home

My custom configuration files.

Install

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

Optional Apps

  • nvim - Popular text editor
  • eza - A replacement for exa, which is a replacement of ls
  • bat - Nicer output for cat
  • et - EternalTerminal, for ssh that can survive network disconnections

Tip

macOS: brew install eza bat nvim

Customize

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages