Skip to content

fix(*): use home directory shortcuts in configuration paths#156

Merged
shiron-dev merged 1 commit intomainfrom
fix/home-dir
Jul 7, 2025
Merged

fix(*): use home directory shortcuts in configuration paths#156
shiron-dev merged 1 commit intomainfrom
fix/home-dir

Conversation

@shiron-dev
Copy link
Owner

@shiron-dev shiron-dev commented Jul 7, 2025

This pull request standardizes file paths across configuration files by replacing absolute paths with home directory shortcuts (~). This change improves portability and makes the configurations easier to share across different environments. The updates span multiple configuration files, including Git, VS Code, and Zsh.

Standardization of file paths:

  • Git configuration (config/git/.config/config): Updated the excludesFile path to use ~ instead of an absolute path.
  • VS Code settings (config/vscode/Application Support/settings.json): Replaced absolute paths with ~ for idf.espIdfPath and idf.toolsPath.
  • Zsh configuration (config/zsh/.config/tools.zsh):
    • Updated PNPM_HOME, Android SDK paths, JetBrains Toolbox scripts path, and other tool paths to use ~ instead of absolute paths. [1] [2] [3]
    • Adjusted project-specific paths and aliases to use ~, ensuring consistency and portability.

@shiron-dev shiron-dev enabled auto-merge (squash) July 7, 2025 04:28
@shiron-dev shiron-dev merged commit 0adb152 into main Jul 7, 2025
13 of 14 checks passed
@shiron-dev shiron-dev deleted the fix/home-dir branch July 7, 2025 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant