# dotfiles **Repository Path**: poohdang/dotfiles ## Basic Information - **Project Name**: dotfiles - **Description**: My dotfiles in Linux - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-13 - **Last Updated**: 2025-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: Ubuntu, stow, zimfw ## README # My dotfils in Linux ```shell cd dotfiles stow zimfw -t ~ stow zsh -t ~ ``` XDG规范: https://songkeys.github.io/posts/xdc-spec/ ## TMUX ### Config - ` e` opens `~/.tmux.conf.local` with the editor - ` r` reloads the configuration - `C-l` clears both the screen and the tmux history ### Session - ` C-c` creates a new session - ` d` detches current session - ` s` lists all sessions - ` $` renames current sessions ### Window - ` c` creates a new window - ` C-h` and ` C-l` let you navigate windows ### Pane - ` _` splits the current pane horizontally - ` hjkl` navigate panes ala Vim - ` +` maximizes the current pane to a new window