Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/syntaxlexx/dotfiles
- Owner: syntaxlexx
- License: mit
- Created: 2018-07-21T07:41:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-16T18:43:08.000Z (over 6 years ago)
- Last Synced: 2024-11-11T18:44:54.170Z (2 months ago)
- Topics: aliases, bashrc, laravel, oh-my-zsh, zshrc
- Language: Shell
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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