Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/syntaxlexx/dotfiles

DotFiles Setup Preferences
https://github.com/syntaxlexx/dotfiles

aliases bashrc laravel oh-my-zsh zshrc

Last synced: 11 days ago
JSON representation

DotFiles Setup Preferences

Awesome Lists containing this project

README

        

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

# Info

## .zshrc
### Instructions
Ensure you have [ZSH](https://gist.github.com/derhuerst/12a1558a4b408b3b2b6e) installed and also [Oh-My-ZSH](https://github.com/robbyrussell/oh-my-zsh) for that *etxra sauce*.
Copy **.zshrc** file to our home folder
As for this specific file, [bhilburn/powerlevel9k](https://github.com/bhilburn/powerlevel9k) theme has been used. Integrates well vith [vscode](https://code.visualstudio.com). More styling can be found [here](https://github.com/bhilburn/powerlevel9k/wiki/Stylizing-Your-Prompt).
Sample terminal output has been attached here:

![lexx terminal](https://github.com/lexxyungcarter/dotfiles/blob/master/lexx-oh-my-zsh-terminal.png)

## .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:**
```bash
if [ -f ~/.aliases ]; then
. ~/.aliases
fi
```
**.zshrc:**
```bash
source $HOME/.aliases
```

# Credits
- [lexxyungcarter/dotfiles](https://github.com/lexxyungcarter/dotfiles)
- [byrongibson/dotfiles](https://github.com/byrongibson/dotfiles)

# Licence
- MIT