From f39d7e32cd2ea3438f11ec962162fe4a26543a8a Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Thu, 24 Sep 2026 18:00:55 -0700 Subject: [PATCH] some updates based on this setup --- .zshrc | 9 ++++----- README.md | 5 +++++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.zshrc b/.zshrc index 0c0d761..b21f0cf 100644 --- a/.zshrc +++ b/.zshrc @@ -105,13 +105,13 @@ source $ZSH/oh-my-zsh.sh # alias ohmyzsh="mate ~/.oh-my-zsh" # Newlines after commands -precmd() { +precmd() { if [[ -z "$PROMPT_NEWLINE" ]]; then export PROMPT_NEWLINE=1 return - fi - print "" + fi + print "" } # SSH Agent @@ -122,7 +122,7 @@ ssa() { done if [[ $ssa_pid ]]; then kill $ssa_pid; fi - + echo -n "$fg[green]" eval $(ssh-agent -s) ssh-add ~/.ssh/id_ed25519 @@ -136,7 +136,6 @@ reload() { # aliases alias sscat="cat $HOME/.ssh/id_ed25519.pub" alias gtree="git log --graph --oneline --all" -alias plsr="pulsar ." alias serve="python3 -m http.server" alias gram="gram ." alias tt="timetrace" diff --git a/README.md b/README.md index 573da70..ee8d04e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ # Setup repo - set up [Oh My Zsh](https://ohmyz.sh/) +- [`sudo apt install fonts-powerline`](https://github.com/powerline/fonts) - `.zshrc` goes in `$HOME` - `.flag-motd.sh` goes in `$HOME` - `agnoster.zsh-theme` goes in `.oh-my-zsh/custom/themes/` +- Terminal color scheme is in Atmos +- [Gram](https://gram-editor.com/docs/linux/) - [timetrace](https://github.com/lee0c/timetrace) and [timetrace records](https://heckin.technology/inherentlee/timetrace) + - need [Go](https://go.dev/doc/install) to build +- [nvm](https://www.nvmnode.com/guide/download.html) and node