README cleanup, install script cleanup

* Remove bad links, unnecessary sections
* add TODO for tmux section
* move installosx.sh to install/osx.sh
This commit is contained in:
Nick Nisi
2016-01-17 09:55:22 -06:00
parent dccebf5756
commit a517c4b90f
3 changed files with 7 additions and 6 deletions

View File

@@ -7,11 +7,8 @@ Welcome to my world. This is a collection of vim, tmux, and zsh configurations.
+ [Initial Setup and Installation](#initial-setup-and-installation)
+ [ZSH Setup](#zsh-setup)
+ [Vim and Neovim Setup](#vim-and-neovim-setup)
+ [Tmux Configuration](#tmux-configuration)
+ [Git configuration](#git-configuration)
+ [OSX configuration](osx-configuration)
+ [Homebrew](#homebrew)
+ [Node Installation](#node-installation)
+ [Fonts](#fonts)
+ [Tmux](#tmux-configuration)
## Initial Setup and Installation
@@ -99,3 +96,7 @@ nvim +PlugInstall
I am currently using [Hack](http://sourcefoundry.org/hack/) as my default font, which does include Powerline support, so you don't need an additional patched font. In addition to this, I do have [nerd-fonts](https://github.com/ryanoasis/nerd-fonts) installed and configured to be used for non-ascii characters. If you would prefer not to do this, then simply remove the `Plug 'ryanoasis/vim-devicons'` plugin from vim/nvim. Then, I configure the fonts in this way in iTerm2:
![](http://nicknisi.com/share/iterm-fonts-config.png)
## Tmux Configuration
*TODO: Documentation coming soon.*

View File

@@ -14,7 +14,7 @@ if [ "$(uname)" == "Darwin" ]; then
source install/brew.sh
echo "Updating OSX settings"
source installosx.sh
source install/installosx.sh
echo "Installing node (from nvm)"
source install/nvm.sh