Skip to content

hafezfhmi/dotfiles

Repository files navigation

hafezfhmi's dotfiles

I mostly use Windows OS with WSL (Ubuntu) for my development environment. This repository contains my dotfiles for configuring my development environment.

  • Pre-requisite:

  • Symlinks:

    • komorebi\komorebi.json --> C:\Users\hafezfhmi\komorebi.json
    • komorebi\applications.yaml --> C:\Users\hafezfhmi\applications.yaml
    • komorebi\komorebi.ahk --> C:\Users\hafezfhmi\komorebi.ahk
    • komorebi\.config\whkdrc --> C:\Users\hafezfhmi\.config\whkdrc
  • Notes:

    • Enable komorebi autostart

      komorebic.exe enable-autostart --ahk
    • Creating symlinks in windows requires administrator privileges. Run the following command in PowerShell as an administrator. Remove /d if it is a file.

      Start-Process -Verb RunAs powershell.exe -Args 'cmd /c mklink /d symlink-path file-path'
  • Pre-requisite:

  • Symlinks:

    • windows-terminal\settings.json --> C:\Users\hafezfhmi\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json
  • Notes:

    • Creating symlinks in windows requires administrator privileges. Run the following command in PowerShell as an administrator. Remove /d if it is a file.

      Start-Process -Verb RunAs powershell.exe -Args 'cmd /c mklink /d symlink-path file-path'
    • If windows terminal is running, it will auto generate settings.json. Use another terminal to create this symlink.

Z shell

  • Pre-requisite:

  • Symlinks:

    • tmux/.config/tmux.conf --> ~/.config/tmux.conf
  • Notes:

    • Install plugins via TPM
      prefix + I
  • Pre-requisite:

  • Symlinks:

    • picom/.config/polybar --> ~/.config/polybar
  • Symlinks:

    • X11/xorg.conf.d --> ~/usr/share/X11/xorg.conf.d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published