mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 22:41:13 +00:00
Website snapshot
This commit is contained in:
parent
ee0ab66d73
commit
50ec3688a5
281 changed files with 21066 additions and 0 deletions
45
content/blog/ohmyzsh.md
Normal file
45
content/blog/ohmyzsh.md
Normal file
|
@ -0,0 +1,45 @@
|
|||
---
|
||||
title: "Oh My Zsh"
|
||||
date: 2019-07-21T08:45:03-04:00
|
||||
draft: false
|
||||
---
|
||||
|
||||
Zsh is an extension of the sh that contains a lot more features than the default bash shell installed on most systems.
|
||||
|
||||
For example, one of my new favorite features is being able to type in part of a command in your history and using the up-arrow to find it.
|
||||
|
||||
For example:
|
||||
|
||||
```bash
|
||||
vim test.hi
|
||||
```
|
||||
|
||||
Then typing `vim` and up-arrow will expand it to `vim test.hi`. Super handy when you have to type of long commands frequently.
|
||||
|
||||
*Oh My Zsh* is a community project that superpowers zsh which allows you to easily add plugins and themes. The theme I'm currently using is [powerlevel10k](https://github.com/romkatv/powerlevel10k#oh-my-zsh) which is a custom theme.
|
||||
|
||||
The list of plugins I have is:
|
||||
|
||||
- git
|
||||
- colored-man-pages
|
||||
- colorize
|
||||
- command-not-found
|
||||
- cp
|
||||
- rsync
|
||||
- screen
|
||||
- ssh-agent
|
||||
- web-search
|
||||
- docker
|
||||
- node
|
||||
- npm
|
||||
- nvm
|
||||
- gem
|
||||
- ruby
|
||||
- pip
|
||||
- python
|
||||
- pyenv
|
||||
- virtualenv
|
||||
- debian
|
||||
- systemd
|
||||
- sudo
|
||||
- zsh-syntax-highlighting
|
Loading…
Add table
Add a link
Reference in a new issue