8000 upate · flexbox/github-bootcamp@922d704 · GitHub
[go: up one dir, main page]

Skip to content

Commit 922d704

Browse files
committed
upate
1 parent e15a1f3 commit 922d704

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

setup/README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,24 @@ To work faster and become a comand line power user we are going to use 3 tools:
4444

4545
![david leuliette terminal setup ](./davids-terminal-setup.png)
4646

47+
_Note: this is my setup with _
48+
4749
### iterm2
4850

4951
`iTerm2` is a replacement for `Terminal`. It works on Macs only. iTerm2 brings the terminal into the modern age with features you never knew you always wanted.
5052

53+
- [ ] install iterm2
54+
5155
```console
5256
brew install --cask iterm2
5357
```
5458

59+
- [ ] change the color scheme, open the settings and go to `Profiles` > `Colors` > `Color Presets`
60+
61+
![iterm2 custom colors](./iterm-change-colors.png)
62+
63+
you can select a color scheme from the list or [import a custom one](https://iterm2colorschemes.com/).
64+
5565
### `oh-my-zsh`
5666

5767
Oh My Zsh is a delightful, open source, community-driven framework for managing your Zsh configuration. It comes bundled with thousands of helpful functions, helpers, plugins, themes, and a few things that make you shout...
@@ -81,17 +91,19 @@ omz plugin enable PLUGIN_NAME
8191
omz plugin disable PLUGIN_NAME
8292
```
8393

94+
https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins
95+
8496
To enable a plugin, open your `.zshrc` file and add these:
8597

8698
```console
8799
# Useful oh-my-zsh plugins
88100
plugins=(git gitfast common-aliases zsh-syntax-highlighting history-substring-search zsh-autosuggestions zsh-z)
89101
```
90102

91-
### `gh`
103+
### `gh` - [cli.github.com](https://cli.github.com/)
92104

93105
`gh` is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code.
94106

95107
```console
96108
brew install gh
97-
```
109+
```

setup/iterm-change-colors.png

881 KB
Loading

0 commit comments

Comments
 (0)
0