README.md: Update notes

This commit is contained in:
Alan Orth 2020-07-10 13:51:57 +03:00
parent 38ccacd055
commit 4ad09cd8a3
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 3 additions and 4 deletions

View File

@ -10,7 +10,6 @@ $ ln -sf ~/src/git/dotfiles/.bashrc .
$ ln -sf ~/src/git/dotfiles/.vim .
$ ln -sf ~/src/git/dotfiles/.vimrc .
$ ln -sf ~/src/git/dotfiles/.tmux.conf .
$ ln -sf ~/src/git/dotfiles/.dircolors.ansi-dark .
$ ln -sf ~/src/git/dotfiles/.zshrc .
$ mkdir -p ~/.config
$ ln -sf ~/src/git/dotfiles/sway .config
@ -19,16 +18,16 @@ $ ln -sf ~/src/git/dotfiles/kanshi .config
```
## .bashrc
Configures the shell to have a custom PS1 prompt, adds paths for Homebrew, adds some common aliaes, Solarized dircolors, etc.
Configures the shell to have a custom PS1 prompt, adds paths for Homebrew, adds some common aliases, Selenized dircolors, etc.
## .tmux.conf
Solarized color scheme with key bindings like GNU screen.
## .vim + .vimrc
Syntax highlighting, Solarized color scheme, tab stops to four spaces, etc.
Syntax highlighting, Selenized color scheme, tab stops to four spaces, etc.
## .zshrc
Configures the shell to have a custom PS1 prompt, adds paths for Homebrew, adds some common aliases, Solarized dircolors, etc.
Configures the shell to have a custom PS1 prompt, adds paths for Homebrew, adds some common aliases, Selenized dircolors, etc.
## License
Copyright (C) 20152020 Alan Orth