https://github.com/williamgregorio/nvim
Neovim and TMUX configurations, for my workstations.
https://github.com/williamgregorio/nvim
lazy lua neovim neovim-configuration tmux tmux-conf
Last synced: over 1 year ago
JSON representation
Neovim and TMUX configurations, for my workstations.
- Host: GitHub
- URL: https://github.com/williamgregorio/nvim
- Owner: williamgregorio
- Created: 2024-01-15T21:07:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T03:33:59.000Z (over 1 year ago)
- Last Synced: 2025-01-26T08:19:14.139Z (over 1 year ago)
- Topics: lazy, lua, neovim, neovim-configuration, tmux, tmux-conf
- Language: Lua
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neovim and TMUX configurations for Fedora 40\Debian\macOS
## Getting started
### Prerequisites
1. **install Neovim**:
```bash
sudo dnf install neovim
```
2. **install tmux**:
```bash
sudo dnf install tmux
```
### Clone this repository
1. **git clone:**
```bash
git clone https://github.com/williamgregorio/nvim.git ~/.config/
```
### Clone the Tmux Plugin Manager (TPM) repository
1. **add this to your $HOME**:
```bash
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm ~/
```
2. **Link the TMUX configuration file**:
```bash
ln -s ~/.config/nvim/.tmux.conf ~/.tmux.conf
```
### Source the .tmux.conf file
1. **Open Tmux** (e.g. `tmux new -s conf`)
2. **Source the configuration**:
- Press `Ctrl + b`, then `:` to enter command mode, and type:
```bash
source-file ~/.tmux.conf
```
`OR`
```bash
source ~/.tmux.conf
```
### Confirm the installation of TPM
1. **install plugins with TPM,** press:
- `Ctrl + a`, then `Shift + I` (this is my preffered binding; adjust freely.)
### Now enjoy