Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.23 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.23 KB

DotFiles

DotFiles Setup Preferences for common environments (Esp. for Web Artisans).

Info

.zshrc

Instructions

Ensure you have ZSH installed and also Oh-My-ZSH for that etxra sauce. Copy .zshrc file to our home folder As for this specific file, bhilburn/powerlevel9k theme has been used. Integrates well vith vscode. More styling can be found here. Sample terminal output has been attached here:

lexx terminal

.aliases

  • Common file manipulation/listing
  • Git operations
  • Laravel artisan commands
  • NPM commands/operations

Instructions

Copy .alias file to our home folder and link it to .bashrc and .zshrc.

.bashrc:

if [ -f ~/.aliases ]; then
    . ~/.aliases
fi

.zshrc:

source $HOME/.aliases

Credits

Licence

  • MIT