summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
9 daysfix(dep.sh): proper usage of check functionSuleyman Farajli
9 daysrefactor(dep.sh): prioritize newer versions of programs when double checkingSuleyman Farajli
9 dayschore: remove gitignoreSuleyman Farajli
9 daysrefactor(makefile): clean up directories and improve dependency handlingSuleyman Farajli
- Dropped creating optional directories - Ensured required directories (bin, config, fonts) are created via explicit rules - Made 'config' and 'scripts' targets depend on directory rules instead - Added 'check' as a prerequisite to relevant install targets for consistency
9 daysfeat(qw): improve QEMU options for -x flagSuleyman Farajli
9 daysfix(nsend): call dunst instead of printing to stdoutSuleyman Farajli
9 daysfix(slib): print full path instead of basename in error messagesSuleyman Farajli
13 dayschore: remove obsolete BUGS fileSuleyman Farajli
13 dayschore(profile): prioritize qutebrowser over firefox as default browserSuleyman Farajli
13 daysfeat(xinitrc): run unclutter in the backgroundSuleyman Farajli
- Set keyboard layout to US
13 daysfeat: run `fc-cache` after installing fontsshowSuleyman Farajli
- Add fontconfig to build time dependencies.
13 daysfix(profile): set `XINITRC` after setting `XDG_CONFIG_HOME`Suleyman Farajli
13 daysMerge branch 'dev'Suleyman Farajli
13 daysMerge pull request #15 from sfarajli/devSüleyman Fərəcli
feat (shell): source .bashrc for interactive TTY sessions
13 daysfix(profile): use `TERM` environmental variable instead of `TERMINAL`Suleyman Farajli
13 daysstyle(profile): sort logically and alphabeticallySuleyman Farajli
13 daysfix(profile): export path variableSuleyman Farajli
- Use ${HOME} syntax instead of $HOME. - Quote $PATH variable.
13 daysfeat(profile): export ZSHRC as an environmental variablesSuleyman Farajli
13 daysstyle(makefile): sort alphabetically and logicallySuleyman Farajli
13 daysfix(zsh): create zsh history cache file in installationSuleyman Farajli
13 daysfeat (shell): source .bashrc for interactive TTY sessionsSuleyman Farajli
- Defined BASHRC path for consistency - Ensured .bashrc is sourced when using Bash in TTY environments
14 daysfeat(bash): add autocompletionSuleyman Farajli
14 daysMerge pull request #14 from sfarajli/devSüleyman Fərəcli
Dev
14 daysfix(scripts): recursion in help function fixedSuleyman Farajli
14 daysstyle (shell): align with spacesSuleyman Farajli
14 daysrefactor(bashrc): improve server compatibility and fallback behaviorSuleyman Farajli
14 daysMerge pull request #13 from sfarajli/devSüleyman Fərəcli
Dev
14 daysstyle(makefile): Use spaces for alignment instead of tabs and sort ↵Suleyman Farajli
alphabetically
14 daysfix(zathura): use `t` for toggling status bar instead of `n`Suleyman Farajli
14 daysrefactor(makefile): Move contents of Soucedeps into makefile and simplify ↵Suleyman Farajli
targets - Explicitly defined dependencies and install commands for software and fonts. - Sourcedeps removed. - Added `sync` to install tarballs from source. - Added `fullcheck` to check optional dependencies. - Run check before installing desktop files to make sure that build dependencies exist.
14 daysfeat (dep.sh): add `pamus` as an optional dependencySuleyman Farajli
14 daysfix (dep.sh): set `xclip` as a non-optional dependencySuleyman Farajli
14 daysfeat (dep.sh): check for optional dependenciesSuleyman Farajli
14 dayschore (dep.sh): only return 1 if the build dependencies are missingSuleyman Farajli
2025-06-21refactor (nvim/vim): Reduce <leader>q mapping to :wq! instead of :wqa!Suleyman Farajli
2025-06-21feat (zsh): add ctrl-space keybind to enter normal modeSuleyman Farajli
2025-06-21feat (makefile): install fonts in desktop targetSuleyman Farajli
2025-06-20Merge pull request #12 from sfarajli/masterSüleyman Fərəcli
Merge pull request #11 from sfarajli/dev
2025-06-20Merge pull request #11 from sfarajli/devSüleyman Fərəcli
Dev
2025-06-20feat (git): new alias for `add`Suleyman Farajli
2025-06-20fix(makefile): update git config installation and clean trailing whitespacesSuleyman Farajli
2025-06-20style (scripts): use spaces instead of tabs in help messagesSuleyman Farajli
2025-06-20feat(mimeapps): expand image and video MIME types, add fallback supportSuleyman Farajli
2025-06-20style (zshrc): use spaces instead of tabs for alignmentSuleyman Farajli
2025-06-20feat (zathura): new themes addedSuleyman Farajli
2025-06-20feat(x11): add multiple Xresources themes with symlink-based selectionSuleyman Farajli
2025-06-20fix (xinitrc): corrected xresoreces file pathSuleyman Farajli
- removed empty lines and trailing spaces
2025-06-20refactor (vim): consistent with nvim configSuleyman Farajli
2025-06-20refactor (aliasrc): restructure and group aliases for readability and ↵Suleyman Farajli
maintainability
2025-06-20refactor(nvim): update keybindings and enable spellcheck for text based file ↵Suleyman Farajli
types - Commented out `vim.opt.list` to hide invisible characters by default - Removed window navigation keybindings (H and L) to avoid terminal issues - Enabled spellcheck for writing-related filetypes (e.g., markdown, gitcommit) - Changed <leader>q to use `wqa!` for saving and quitting all tabs