Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.
/ tmux-config Public archive

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.

Notifications You must be signed in to change notification settings

ducktordanny/tmux-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. 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

  1. Install and setup Powerlevel10k

Full manual for installation here

While going through its setup you'll be able to select Nerd Fonts, it is highly recommended to use.

Setup Tmux

  1. Clone this repository
git clone https://github.com/ducktordanny/tmux-config.git ~/.config/tmux
  1. Clone package manager repository
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
  1. Install tmux

With Homebrew:

brew install tmux

With apt:

sudo apt install -y tmux
  1. Start Tmux & install packages
tmux

To install packages, press: <C-Space>I

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published