mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(tmux): add tmuxinator and configuration
This commit is contained in:
@@ -93,6 +93,7 @@ brew install startship # Cross-shell prompt for astronauts
|
||||
brew install the_silver_searcher # Code-search similar to ack ➜ ag
|
||||
brew install tmate # Instant terminal sharing
|
||||
brew install tmux # Terminal multiplexer
|
||||
brew install tmuxinator # Create and manage tmux sessions easily
|
||||
brew install tree # Display directories as trees (with optional color/HTML output)
|
||||
brew install universal-ctags/universal-ctags/universal-ctags --HEAD # A maintained ctag implementation
|
||||
brew install urlview # URL extractor/launcher (needed for tmux-urlview)
|
||||
@@ -102,5 +103,5 @@ brew install yarn # JavaScript package manager
|
||||
brew install youtube-dl # Download YouTube videos from the command-line
|
||||
brew install z # Tracks most-used directories to make cd smarter
|
||||
brew install zeromq # High-performance, asynchronous messaging library
|
||||
brew install zsh # UNIX shell (command interpreter)
|
||||
brew install zsh # UNIX shell (command interpreter)
|
||||
brew install zsh-syntax-highlighting # Fish shell like syntax highlighting for zsh
|
||||
|
||||
@@ -4,5 +4,4 @@ gem install bundler # Bundler manages an application's dependencies
|
||||
gem install git-up # git command to fetch and rebase all branches
|
||||
gem install github-linguist # Language Savant.
|
||||
gem install lunchy # Friendly wrapper around launchctl
|
||||
gem install tmuxinator # Create and manage complex tmux sessions easily.
|
||||
gem install neovim # Ruby provider for NeoVim
|
||||
|
||||
Reference in New Issue
Block a user