syntaxlexx / dotfiles

DotFiles Setup Preferences

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

DotFiles Setup Preferences

License:MIT License


Languages

Language:Shell 100.0%