duck-time is my personal tmux configuration.
This section will guide you through installing duck-tmux.
After you have met the requirements, proceed to follow the installation steps.
- Clone the repository using the following command:
# Make .config directory if your system doesn't already have one
mkdir -p $HOME/.config && cd $HOME/.config
# Clone my repo
git clone https://github.com/DuckyShine004/duck-tmux.git- After cloning the repository, create a symlink for the tmux configuration file:
ln -s $HOME/.config/duck-tmux/.tmux.conf $HOME/.tmux.conf- Source the configuration:
tmux source-file $HOME/.tmux.conf- Create a tmux session and install tmux plugins:
tmux
### WITHIN TMUX PRESS THE FOLLOWING KEYBINDS (key sensitive keybinds)
# Install plugins
ctrl + e + I
# Update plugins
ctrl + U
