README updates

This commit is contained in:
Fred Klassen 2023-02-06 16:36:43 -08:00
commit 8269b70d89
No known key found for this signature in database
GPG key ID: E9E2149793BDE17E
3 changed files with 38 additions and 1 deletions

View file

@ -117,4 +117,37 @@ Common Install Steps
ln -s ~/.oh-my-zsh/templates/starship.toml
```
* Start a terminal session
* Start a terminal session
Post install
------------
There are a few things that can make things even better
* set up GIT configuration
* `cd && ln -s ~/.oh-my-zsh/plugins/gitconfig .gitconfig`
* create a `~/.gitconfig.user` for user-specific GIT settings
```(shell)
[user]
name = Fred Klassen
email = fred.klassen@broadcom.com
#email = fklassen@appneta.com
signingkey = 84E4FA215C934A7D97DC76D5E9E2149793BDE17E
```
* create ~/.inputrc
```(shell)
set editing-mode vi
set bell-style none
```
* install tmux config [Oh My Tmux](https://github.com/gpakosz/.tmux)
* install vim config [SpaceVim](https://spacevim.org/)
* install Mosh replacement [Eternal Terminal](https://eternalterminal.dev/)
* on macOS
* install macVIM via `brew install macvim`
* install some colour themes for iTerm2 that you can choose from
* [iTerm2 snazzy](https://github.com/sindresorhus/iterm2-snazzy)
* [GitHub VS Code Theme for iTerm](https://github.com/cdalvaro/github-vscode-theme-iterm)

3
templates/inputrc Normal file
View file

@ -0,0 +1,3 @@
set editing-mode vi
set bell-style none

View file

@ -130,4 +130,5 @@ export MANPATH="/usr/local/man:/usr/local/ssl/share/man:$MANPATH"
[ -f /usr/local/etc/profile.d/autojump.sh ] && . /usr/local/etc/profile.d/autojump.sh
ZSH_ALIAS_FINDER_AUTOMATIC=true
# comment out if you want to disable Starship and use ZSH_THEME
eval "$(starship init zsh)"