# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'dracula/tmux' # theme
set -g @dracula-plugins "cpu-usage ram-usage"
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
su # 一定要在root用户下操作
vim /etc/passwd # 找到原先的用户名,将其改为自己的用户名(一行全部都改)
vim /etc/shadow #找到原先用户名(所有的名字都要改),改为自己的用户名
vim /etc/group #你应该发现你的用户名在很多个组中,全部修改!
mv /home/<原用户名> /hom<新用户名>