# dotfiles **Repository Path**: qumn/dotfiles ## Basic Information - **Project Name**: dotfiles - **Description**: 我的linux配置总和 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-28 - **Last Updated**: 2025-12-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 个人配置 ## tmux 目前 tmux 无法区分 \ 和 \, [详见](https://github.com/tmux/tmux/issues/2705) 因此目前使用这个修改版本 ```bash git clone https://github.com/qumn/tmux.git cd tmux ./autogen ./configure --enable-sixel --sysconfdir=/usr/local/etc --with-TERM=screen-256color --enable-utf8proc && make make install ```