diff --git a/README.md b/README.md index 57c501d..9f958f2 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,9 @@ curl -s https://raw.githubusercontent.com/jawang35/dotfiles/master/bootstrap.sh 1. Clone the repository as a Git bare repository into ~/.dotfiles. 2. Check out configuration files into the `$HOME` directory. 3. Install submodule dependencies. -4. Install [Homebrew](#homebrew) packages and applications. -5. Load [.bash_profile](.bash_profile). +4. Set macOS configurations. +5. Install [Homebrew](#homebrew) packages and applications. +6. Load [.bash_profile](.bash_profile). ## Configurations @@ -46,11 +47,11 @@ config update all - [Karabiner-Elements](https://pqrs.org/osx/karabiner/) - Custom key mappings for macOS. See [Karabiner-Elements](#karabiner-elements). - [kitty](https://sw.kovidgoyal.net/kitty/) - Full-featured GPU-optimized terminal emulator with a readable [configuration file](.config/kitty). - [tmux](https://github.com/tmux/tmux) - Manages multiple terminal sessions, windows, and panes. Configured in [.config/tmux/tmux.conf](.config/tmux/tmux.conf). -- [Vim](https://www.vim.org/)/[Neovim](https://neovim.io/) - Configurations setup primarily for [Neovim](https://neovim.io/) at [.config/nvim](.config/nvim). Compatibility with [Vim](https://www.vim.org/) is preserved by symlinking [.vim](.vim) and [.config/nvim/vimrc](.config/nvim/vimrc), and by ignoring [Neovim specific plugins](.config/nvim/bundles/nvim). +- [Neovim](https://neovim.io/) - Primary text editor/IDE configured in [.config/nvim](.config/nvim). ## Theme -I use the [@sonph](https://github.com/sonph)'s [onehalfdark](https://github.com/sonph/onehalf) theme with [Source Code Pro Nerd Font Mono](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/SourceCodePro). My [tmux status bar](.config/tmux/status-bar.sh) has been inspired by the same theme. [24-bit](https://res.cloudinary.com/jawang35/image/upload/kitty-24-bit.png) and [256-color](https://res.cloudinary.com/jawang35/image/upload/terminal-256-color.png) terminal emulators are supported. +I use the [onedark](https://github.com/navarasu/onedark.nvim) theme with [Source Code Pro Nerd Font Mono](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/SourceCodePro). My [tmux status bar](.config/tmux/status-bar.sh) has been inspired by the same theme. [24-bit](https://res.cloudinary.com/jawang35/image/upload/kitty-24-bit.png) and [256-color](https://res.cloudinary.com/jawang35/image/upload/terminal-256-color.png) terminal emulators are supported. [![Kitty (24-bit colors)](https://res.cloudinary.com/jawang35/image/upload/kitty-24-bit.png "Kitty (24-bit colors)")](https://res.cloudinary.com/jawang35/image/upload/kitty-24-bit.png)