Last active
February 6, 2025 12:33
-
-
Save ph5i/50e7a70c17f0c4cbb0fab1c940a03942 to your computer and use it in GitHub Desktop.
fast tpm w/ dracula theme setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#1 | |
sudo apt update && sudo apt install tmux -y | |
#2 | |
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm | |
#3 | |
git clone https://github.com/dracula/tmux ~/.tmux/plugins/dracula | |
#4 meh | |
sudo apt install acpi | |
sudo apt install sysstat | |
#5 --> Ctrl+b, then Shift+I (this runs "Install Plugins") | |
#6 | |
tmux source ~/.tmux.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment