my personal mess of scripts I use for vim and tmux and anything I need
- Shell 56.1%
- Lua 40.8%
- Ruby 3.1%
| bin | ||
| claude | ||
| ghostty-linux | ||
| ghostty-macos | ||
| git-template | ||
| hypr | ||
| images | ||
| kind | ||
| lua | ||
| pi/agent | ||
| src | ||
| .gitignore | ||
| .luarc.json | ||
| apt-packages.txt | ||
| Brewfile | ||
| ed_cy.png | ||
| gitconfig | ||
| gitignore_global | ||
| guile | ||
| host.sh_example | ||
| init.lua | ||
| inputrc | ||
| INSTALL.md | ||
| install.sh | ||
| LICENSE | ||
| lunch.jpg | ||
| migrate_to_modular.sh | ||
| neovim-version | ||
| racketrc | ||
| README.md | ||
| Renviron | ||
| Rprofile | ||
| scryerrc | ||
| sshconfig | ||
| stylua.toml | ||
| tern-config | ||
| tmux.conf | ||
| update_git.sh | ||
| zig-versions | ||
| zshrc | ||
Personal scripts and dot files for vim and tmux and anything else I use.
I've lived in text shells since the 90s.
Messy - created slowly over many years. I'm not sure what some of parts even do but I can't cope without it all.
- I've fully switch to nvim but should 99% work on vim8+
- Equally OSX and Linux - I use both and most of the setup works for both.
- zsh
- Lazy
- tmux
- nerd fonts
- Nvim-R is great - I could not use R if I had to use RStudio at all
INSTALL
git clone git@github.com:navicore/naviscripts.git
cd naviscripts
./install.sh
- follow the tedious instructions at the top of
src/vimrcto finish the setup - beware of any hard coded
/homeor/Userspaths - they sneak in.
update the repo from the installed files
./update_git.sh
git commit -a -m "my updates"
git push
Local Customize
Create a ~/.zshrc_local that if present will be run after loading zshrc.
Common things to add are jenv and other stuff:
source ~/bin/ek-complete.sh
timezsh() {
shell=${1-$SHELL}
for i in $(seq 1 10); do /usr/bin/time $shell -i -c exit; done
}
export AWS_REGION=us-east-1
node -v > /dev/null 2>&1
export PATH="$HOME/.jenv/bin:$PATH"
eval "$(jenv init -)"
export AWS_REGION=us-east-1