Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ducktordanny/tmux-config
This repo contains the plugins and preferences of my Tmux config, and also contains a JSON file with my iTerm2 profile that I'm using.
https://github.com/ducktordanny/tmux-config
Last synced: 26 days ago
JSON representation
This repo contains the plugins and preferences of my Tmux config, and also contains a JSON file with my iTerm2 profile that I'm using.
- Host: GitHub
- URL: https://github.com/ducktordanny/tmux-config
- Owner: ducktordanny
- Created: 2023-09-02T17:25:49.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-03T16:22:09.000Z (about 1 year ago)
- Last Synced: 2023-09-03T22:54:46.203Z (about 1 year ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tmux config
> This repo contains the plugins and preferences of my Tmux config, and also contains a JSON file with my iTerm2 profile that I'm using.
## Setup iTerm2 & Powerlevel10k
1. Install iTerm2
[Download it from here](https://iterm2.com/downloads.html)
2. Use the profile from this repo
You can import the profile by opening iTerm2 preferences (⌘+,) and then navigate to `Profiles` and at the bottom click on the `Other Actions... > Import JSON Profiles`.
[iterm2.profile.json](./iterm2.profile.json)
3. Install and setup Powerlevel10k
[Full manual for installation here](https://github.com/romkatv/powerlevel10k)
While going through its setup you'll be able to select [Nerd Fonts](https://github.com/ryanoasis/nerd-fonts), it is highly recommended to use.
## Setup Tmux
1. Clone this repository
```sh
git clone https://github.com/ducktordanny/tmux-config.git ~/.config/tmux
```2. Clone package manager repository
```sh
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
```3. Install tmux
With Homebrew:
```sh
brew install tmux
```With apt:
```sh
sudo apt install -y tmux
```4. Start Tmux & install packages
```sh
tmux
```To install packages, press: `I`