Skip to content

DefiantBidet/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

DefiantBidet Dot Files

customized shell settings in bash and zsh

bash

My original shell settings based on Paul Irish, which was based on Mathias Bynes

zsh

customized shell via Prezto themes largely ported over from previous bash settings

System Specific Exports

  • EDITOR - by default I use Sublime, but this can be modified to another IDE (VSCode/Vim/JetBrains/etc)
  • LOCAL_BIN_ROOT - change to correct path of User, points to the ${User}/bin for User executables
  • HOMEBREW_CASK_OPTS - can be removed if not using Homebrew Casks/want it moved outside of /Applications
  • MACOSX_DEPLOYMENT_TARGET - Setting for xCode cli, will need to update
  • BASH_SILENCE_DEPRECATION_WARNING - silences the warning if using bash in OSX - irrelevant if using zsh
brew install \
    ack \
    exa \
    grep \
    jq \
    the_silver_searcher \

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 87.7%
  • Shell 6.2%
  • Python 3.5%
  • Batchfile 1.3%
  • Vim Snippet 0.5%
  • Makefile 0.4%
  • Objective-C 0.4%