File tree 3 files changed +1597
-0
lines changed
3 files changed +1597
-0
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 14
14
~/.lynxrc : lynxrc
15
15
~/.git-prompt.sh : git-prompt.sh
16
16
~/.bash_common.sh : bash-common.sh
17
+ ~/.p10k.zsh : p10k.zsh
17
18
18
19
- shell :
19
20
- [git submodule update --init --recursive, Installing submodules]
You can’t perform that action at this time.
0 commit comments