NOTE: this repo contains my personal shell config. It's higly opinionated, sometimes experimental, and usually lacking in refinement etc. It's not created to be universal or anything. Just a bunch of random configs i sticked to through the years :)
Also, as for ZSH configs, this time I'm testing slimzsh for faster running, ditching prezto that was too big, and packed with features i never used.
Install Homebrew
Set brew zsh as default (if not used already)
> brew install zsh zsh-completions
> sudo dscl . -create /Users/$USER UserShell /usr/local/bin/zsh
Clone and run install script:
> git clone [email protected]:ajur/dotfiles.git ~/.dotfiles
> cd ~/.dotfiles
> ./install.zsh
Install some usefull tools, check out modern unix for more
brew install tldr fasd jq fd the_silver_searcher nvm
For compaudit issue, run
for f in $(compaudit);do sudo chmod -R 755 $f;done;
MS Code: Search for shell command to add/remove code command
Java: https://sdkman.io/