Thanks to visit codestin.com
Credit goes to github.com

Skip to content

"dotfiles" configs for Windows (PowerShell, Starship, VS Code) and Linux (Zsh, Bash, Powerlevel10k).

Notifications You must be signed in to change notification settings

OMARxKHALID/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

My development environment configs for Windows and Linux.

Structure

├── windows/          # PowerShell, Starship, VS Code
│   ├── terminal/     # Starship config + PowerShell profile
│   ├── vscode/       # Settings + extensions
│   └── nerd-font.md  # Font setup
│
└── linux/            # Zsh, Bash, shell config
    ├── .zshenv       # Bootstrap (sets ZDOTDIR)
    ├── .profile      # Login env for Bash/GDM
    ├── .bashrc       # Bash interactive config
    ├── .local/
    │   └── share/gnome-shell/extensions/
    │       └── [email protected]/
    └── .config/
        ├── aliasrc   # Shared aliases (Bash + Zsh)
        ├── bat/
        │   └── config             # Bat configuration
        ├── kitty/
        │   └── kitty.conf         # Kitty terminal configuration
        ├── terminal/
        │   └── tcs-gruvbox.dconf  # GNOME Terminal color scheme
        ├── yazi/         # Yazi file manager configuration
        ├── dircolors     # LS_COLORS configuration
        └── zsh/
            ├── .zshenv   # Zsh environment (XDG, PATH)
            ├── .zshrc    # Zsh interactive (plugins, prompt)
            └── .p10k.zsh # Powerlevel10k theme

Setup

License

MIT

Contributors