https://github.com/febinjoy/terminal-config
https://github.com/febinjoy/terminal-config
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/febinjoy/terminal-config
- Owner: febinjoy
- Created: 2024-10-27T02:22:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-28T14:00:39.000Z (over 1 year ago)
- Last Synced: 2025-02-04T20:42:42.085Z (about 1 year ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WezTerm Configuration
## Install WezTerm
Following are the instructions to configure WezTerm. This document assumes that you have WezTerm installed. Install a Nerd font of your choice from [https://www.nerdfonts.com/font-downloads](https://www.nerdfonts.com/font-downloads) and use in in the config.
### Configure WezTerm
Once WezTerm is installed, you can launch it. The default look and feel might not be very appealing, so let's configure it to make it beautiful.
Create a new folder called `wezterm` inside your `.config` directory and navigate into it:
```
cd ~/.config
mkdir wezterm
cd wezterm
```
Create a new file named `wezterm.lua`:
```
touch wezterm.lua
```
Open this file in an editor of your choice. I used Neovim, but feel free to use any editor you prefer.
Using Neovim (if you have it installed):
```
nvim wezterm.lua
```
Copy-Paste the contents of the config in this repository and restart the terminal.
Enjoy!!!
# TMUX configuration
## Install TMUX
Use the following to install TMUX
```
sudo pacman -S tmux
```
Once TMUX is installed, create a new file ~/.tmux.conf and paste the contents of the config file in the repo.
Install TPM
Install TPM by cloning the repo with the following command:
```
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
```
Reload with + r and install plugins with + I (CAPS)