Skip to content

tfield/shell-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shell-tools

Handy zsh enhancements for my zsh development environment. This command expects to be running on a system stocked with the same tools as those that ship with mac OS 13.3, plus the following additions (which you should install if not already present):

It will also install a base IntelliJ IDEA IdeaVim configuration which you can source from your ~/.ideavimrc file.

Installation:

Add the following to your ~/.zshrc

# Tony Field Shell Tools https://github.com/tfield/shell-tools
[ ! -f $HOME/.atf/.zshrc ] && (mkdir -p $HOME/.atf && curl https://raw.githubusercontent.com/tfield/shell-tools/main/.zshrc > $HOME/.atf/.zshrc) ; source $HOME/.atf/.zshrc

Add the following to your ~/.ideavimrc

source ~/.atf/.ideavimrc

Removal:

  1. Remove the two lines listed in Installation above from your .zshrc.
  2. Remove the line above from your .ideavimrc.
  3. Run the following
rm -rf $HOME/.atf

About

Handy zsh enhancements for my dev environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages