| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-01-18 | Fix typo | Ahmed Abdelhalim | 1 | -1/+1 | |
| 2026-01-18 | Remove montiors config and leave it to ansible default machine configs | Ahmed Abdelhalim | 2 | -6/+0 | |
| 2026-01-18 | Ensure compatible bashrc that works with ansible roles | Ahmed Abdelhalim | 1 | -3/+6 | |
| 2026-01-17 | Remove -x tracing to avoid logging to stderr and log steps to stdout | Ahmed Abdelhalim | 2 | -2/+6 | |
| 2026-01-17 | Fix LS colors on linux | Ahmed Abdelhalim | 1 | -2/+3 | |
| 2026-01-17 | Remove .profile auto-created files to make setup stable | Ahmed Abdelhalim | 1 | -1/+1 | |
| This removes the .profile files if they were auto-created and to make the dotfiles setup the source of the truth for every machine | |||||
| 2026-01-17 | Refactor .bash_profile to be more resilient/OS-specific | Ahmed Abdelhalim | 1 | -16/+18 | |
| 2026-01-17 | Create simple install script for simpler setup | Ahmed Abdelhalim | 3 | -12/+16 | |
| 2026-01-17 | Create simpler bash_profile and move everything to bashrc | Ahmed Abdelhalim | 2 | -135/+145 | |
| This is more compatible with Linux and still works perfectly on the Mac | |||||
| 2026-01-17 | Provision the neomutt cache directory | Ahmed Abdelhalim | 1 | -0/+0 | |
| 2026-01-16 | Add archlinux monitor setup to dotfiles | Ahmed Abdelhalim | 1 | -0/+4 | |
| 2026-01-16 | Add extra hyprland configuration files and configure themes | Ahmed Abdelhalim | 8 | -1/+32 | |
| 2026-01-16 | Add rust configuration to bash_profile | Ahmed Abdelhalim | 1 | -0/+5 | |
| 2026-01-14 | Add alacritty configurations with respect to hyprthemes | Ahmed Abdelhalim | 1 | -0/+21 | |
| 2026-01-09 | Add hypridle configuration to use system defaults | Ahmed Abdelhalim | 1 | -0/+2 | |
| 2026-01-09 | Add hyprlock user configurations that uses the system default | Ahmed Abdelhalim | 1 | -0/+2 | |
| 2025-12-22 | Update the configuration of hyprland and mako | Ahmed Abdelhalim | 3 | -0/+10 | |
| 2025-12-12 | Workaround gpg-agent.conf doesn't allow relative path to be called | Ahmed Abdelhalim | 3 | -5/+9 | |
| gpg-agent.conf doesn't permit the usage of $PATH or $HOME in the pinentry-program (https://dev.gnupg.org/T4588) So the work around is to template that file and expand the path correctly using the setup script (which is also copying the file correctly) This is favored over the use of /usr/local/bin because it doesn't need privileged execution of the setup script | |||||
| 2025-12-12 | Update dotfiles setup/hyprland mapping | Ahmed Abdelhalim | 2 | -4/+4 | |
| 2025-12-10 | Clean up hyprland and use the role defaults | Ahmed Abdelhalim | 6 | -258/+3 | |
| 2025-12-10 | Add omarchy looknfeel configurations | Ahmed Abdelhalim | 2 | -0/+148 | |
| 2025-12-10 | Add hyprland env and update docs for file purposes | Ahmed Abdelhalim | 4 | -0/+14 | |
| 2025-12-10 | Update binding and minor input modification | Ahmed Abdelhalim | 2 | -4/+69 | |
| 2025-12-01 | Remove hyprland autostart after testing | Ahmed Abdelhalim | 1 | -6/+0 | |
| 2025-12-01 | Add binding for browser and terminal to test | Ahmed Abdelhalim | 2 | -0/+5 | |
| 2025-11-30 | Add input configurations | Ahmed Abdelhalim | 2 | -0/+35 | |
| 2025-11-30 | Fix hyprland breaking ssh | Ahmed Abdelhalim | 1 | -1/+2 | |
| 2025-11-30 | Add basic hyprland integration/autostart | Ahmed Abdelhalim | 3 | -0/+19 | |
| 2025-11-24 | Update pinentry wrapper to allow GUI when requested but default to tty | Ahmed Abdelhalim | 3 | -3/+4 | |
| Fixes unix inconsistency while using ~ in pinentry-program, it works on the mac but doesn't in linux | |||||
| 2025-11-24 | Add hexfiend to tiled applications | Ahmed Abdelhalim | 1 | -0/+1 | |
| 2025-11-20 | Fix mac ssh socket and preserve ssh setup for local domains | Ahmed Abdelhalim | 1 | -2/+5 | |
| 2025-11-11 | Minor modifications/updates to mutt settings/mappings | Ahmed Abdelhalim | 2 | -15/+16 | |
| 2025-11-11 | Test another color theme and fix mutt cache on linux | Ahmed Abdelhalim | 2 | -120/+64 | |
| 2025-11-11 | Update mutt color scheme | Ahmed Abdelhalim | 1 | -149/+120 | |
| 2025-11-11 | Update neomutt configs | Ahmed Abdelhalim | 4 | -8/+33 | |
| 2025-11-10 | Fix gpg setup and restart agent for safety | Ahmed Abdelhalim | 1 | -0/+3 | |
| On linux systems, the gpg conf directories are not created by default, so restarting the conf and agent ensures that the socket directories are created correctly according to the gpg config defined. It also corrects the gnupg folder permissions (created by stow) | |||||
| 2025-11-08 | Remove the trap after adding StreamLocalBindUnlink yes to remotes | Ahmed Abdelhalim | 1 | -5/+0 | |
| 2025-11-08 | Clean up readmes | Ahmed Abdelhalim | 4 | -144/+78 | |
| 2025-11-08 | Fix forwarding smartcard agent over ssh | Ahmed Abdelhalim | 2 | -0/+8 | |
| 2025-11-08 | Fix clone on ubuntu with ssh over gpg | Ahmed Abdelhalim | 1 | -0/+7 | |
| There seem to be an issue on ubuntu openssl that fails to resolve the keyexchange algorithms correctly and keeps hanging | |||||
| 2025-11-07 | Fix gpg forwarding on .local machines | Ahmed Abdelhalim | 4 | -8/+10 | |
| 2025-11-07 | Fix including local bin if exists | Ahmed Abdelhalim | 1 | -0/+5 | |
| 2025-11-04 | Minor modification and fixes of bash_completion on MacOS | Ahmed Abdelhalim | 1 | -6/+11 | |
| 2025-11-04 | Minor linting updates | Ahmed Abdelhalim | 2 | -3/+3 | |
| 2025-11-04 | Fix including bashrc on linux when available and override it in profile | Ahmed Abdelhalim | 1 | -0/+5 | |
| 2025-11-04 | Update old MacOS instructions for python uv | Ahmed Abdelhalim | 2 | -2/+3 | |
| 2025-11-04 | Clean up bash_profile removing old/unused tools | Ahmed Abdelhalim | 1 | -52/+1 | |
| 2025-11-03 | Minor modification to blocks order in file | Ahmed Abdelhalim | 1 | -22/+22 | |
| 2025-11-03 | Add more apps to amethyst configuration for fullscreen apps | Ahmed Abdelhalim | 1 | -0/+3 | |
| 2025-10-27 | Fix spacing in bash_profile | Ahmed Abdelhalim | 1 | -33/+29 | |
