ljishen / workspace

❤️ Oh my terminal! ❤️ The right way to configure Tmux, Zsh, and VIM for your workspace!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

workspace

A one-liner command to (re-)construct my workspace, which includes three popular components:

Requirements

Bash and Zsh (aka Z shell). Yes, that's it. Of course you will also need Internet connection.

Install

Use the one-liner command

curl -fsSL https://raw.githubusercontent.com/ljishen/workspace/main/install.sh | bash

Features

Auto Color Schemes Switch

Light & Dark color schemes automatically switch based on current time.

  • Light: 8am ~ 6pm
  • Dark: the reset of time

Integrated Tmux Plugins

  • tmux-plugins/tmux-resurrect: restoring programs including ssh vi vim nvim emacs man less more tail top htop irssi weechat mutt
  • tmux-plugins/tmux-logging: Save the text of current pane to a file under $HOME
    • Save visible text prefix + alt + p
    • Save complete history prefix + alt + shift + p
    • Clear pane history prefix + alt + c

About

❤️ Oh my terminal! ❤️ The right way to configure Tmux, Zsh, and VIM for your workspace!

License:MIT License


Languages

Language:Shell 99.5%Language:Vim Script 0.5%