Skip to content

Commit b541b19

Browse files
committed
Transitioning bash to zsh as primary interactive shell
Loving it so far!
1 parent 13e6031 commit b541b19

File tree

3 files changed

+1597
-0
lines changed

3 files changed

+1597
-0
lines changed

README.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# DOTFILES
2+
3+
4+
5+
6+
## Shells
7+
8+
I do not keep `~/.bashrc` or `~/.zshrc` in the dotfiles repo because they are generally machine
9+
specific. However, common pieces of configuration that should be used across machines I will put
10+
into a "common" dotfile that I can then source from the machine specific rc file.
11+
12+
### Bash
13+
14+
15+
### Zsh
16+
17+
Starting in 2021, I'm starting to migrate from Bash to Zsh as primary interactive shell.
18+
19+
- Plugin manager: oh-my-zsh https://github.com/ohmyzsh/ohmyzsh
20+
- Theme: Powerlevel10k https://github.com/romkatv/powerlevel10k
21+
22+
Before using Powerlevel10k, note that need to install a font. See p10k readme.
23+

install.conf.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
~/.lynxrc: lynxrc
1515
~/.git-prompt.sh: git-prompt.sh
1616
~/.bash_common.sh: bash-common.sh
17+
~/.p10k.zsh: p10k.zsh
1718

1819
- shell:
1920
- [git submodule update --init --recursive, Installing submodules]

0 commit comments

Comments
 (0)