Skip to content

Commit

Permalink
Merge pull request #2 from iamando/develop
Browse files Browse the repository at this point in the history
docs: update readme
  • Loading branch information
andostronaut authored Mar 11, 2024
2 parents 39f0c83 + 39cbc5f commit b5db80c
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,35 +7,11 @@ This repository contains personalized configurations for nvim using Lua and NvCh
Go to the repo directory and use symlink for nvim config

```sh
ln -s /nvim-config/ ~/.config/nvim
ln -s . ~/.config/nvim
```

## Setup TMUX

### Relevant Files

- [.tmux.conf](.tmux.conf)

Install TMUX with Homebrew:

```sh
brew install tmux
```

Install Tpm (TMUX Package Manager):

```sh
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
```

Install all plugins in TMUX with command: `Ctrl-a + Shift-i`

## Setup Neovim

### Relevant Files

- [.config/nvim](.config/nvim)

### Setup Requires

- True Color Terminal Like: [iTerm2](https://iterm2.com/)
Expand Down

0 comments on commit b5db80c

Please sign in to comment.