# dotfiles **Repository Path**: wild_coder/dotfiles ## Basic Information - **Project Name**: dotfiles - **Description**: 个人使用的配置集合 - **Primary Language**: Unknown - **License**: WTFPL - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-26 - **Last Updated**: 2025-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dofiles #### 介绍 个人使用的配置集合 #### 命令备忘 - 字体安装 - 字体文件复制到~/.fonts目录:fc-cache -f -v - 版本切换配置python示例 ```bash sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1 sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.10 2 ``` - 分卷解压 ```bash sudo apt install rar unrar rar e xxx.rar ``` - python 虚拟环境 esp8266环境 ```bash export PATH="$PATH:$HOME/Compiler/xtensa-lx106-elf/bin" export IDF_PATH="$HOME/WorkSpace/SDK/ESP8266_RTOS_SDK" python3 -m venv $HOME/Compiler/py-env/esp8266-RTOS pip install -r $IDF_PATH/requirements.txt source ~/Compiler/py-env/esp8266-RTOS/bin/activate deactivate ``` #### 软件工具集合 - 跨平台工具软件: - SEGGER - kingsoft - LX-music - vBox - linux cli工具收集 - tio - htop - lazygit - gdu - ripgrep - ubuntu收集推荐 - gnome插件 - 见gnome配置 - 终端工具 - termius - alacritty - kitty - 串口工具 - CuteCom - Tauno Monitor - 桌面工具/管理 - easyStroke - 火焰截图 - Ulauncher - 文档阅读对比编辑器 - wps - Beyond Compare 4 - notable - joplin - koodo-reader - novelwriter - zim - 开发工具 - mqttx - U盘工具 - balenaetcher - 系统引导修复备份 - Boot-Repair - timeshift - deja-dup - openwrt插件 - aria2 - openclash