Skip to content

syntaxlexx/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages