summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
8 daysqutebrowser: configure UI and default behaviorSuleyman Farajli
- Show tabs only when multiple are open - Display statusbar only in modes - Set default search engine to Google - Use a custom local start page
9 daysfix(qutebrowser): use a font that is installed on the systemSuleyman Farajli
9 daysfix(dep.sh): check for pulseaudio instead of pactl commandSuleyman Farajli
9 daysfix(dep.sh): typo in font config package nameSuleyman Farajli
9 daysfeat(dep.sh): add ncurses to build dependenciesSuleyman Farajli
9 daysMerge pull request #16 from sfarajli/devSüleyman Fərəcli
Dev
9 daysfeat(aliasrc): alias sxiv to nsxiv if sxiv is not installedSuleyman Farajli
9 daysfix: correct program check message to require libnotify instead of dunstSuleyman Farajli
9 daysfeat(dep.sh): add libnotify to dependenciesSuleyman Farajli
- decapitalize output message of missing packages
9 daysfeat(dep.sh): add ssh to optional dependenciesSuleyman Farajli
9 daysfeat(dunst): new config addedSuleyman Farajli
9 dayschore(makefile): install newer version of DWMSuleyman Farajli
9 daysfix(profile): use variable name `TERMINAL` instead of `TERM` to set default ↵Suleyman Farajli
terminal
9 daysfeat: default wallpaper addedSuleyman Farajli
9 daysrefactor(makefile): dependency check now manualSuleyman Farajli
- Updated software and font variable naming to consistent underscore format with versions - Grouped install targets under INSTALL_TARGETS and directories under DIRECTORIES - Removed automatic dependency check from install targets; users must now run checks manually before installation - Cleaned up target dependencies and updated .PHONY list accordingly
9 daysstyle(dep.sh): sort dependencies alphabeticallySuleyman Farajli
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
14 dayschore: remove obsolete BUGS fileSuleyman Farajli
14 dayschore(profile): prioritize qutebrowser over firefox as default browserSuleyman Farajli
14 daysfeat(xinitrc): run unclutter in the backgroundSuleyman Farajli
- Set keyboard layout to US
14 daysfeat: run `fc-cache` after installing fontsshowSuleyman Farajli
- Add fontconfig to build time dependencies.
14 daysfix(profile): set `XINITRC` after setting `XDG_CONFIG_HOME`Suleyman Farajli
14 daysMerge branch 'dev'Suleyman Farajli
14 daysMerge pull request #15 from sfarajli/devSüleyman Fərəcli
feat (shell): source .bashrc for interactive TTY sessions
14 daysfix(profile): use `TERM` environmental variable instead of `TERMINAL`Suleyman Farajli
14 daysstyle(profile): sort logically and alphabeticallySuleyman Farajli
14 daysfix(profile): export path variableSuleyman Farajli
- Use ${HOME} syntax instead of $HOME. - Quote $PATH variable.
14 daysfeat(profile): export ZSHRC as an environmental variablesSuleyman Farajli
14 daysstyle(makefile): sort alphabetically and logicallySuleyman Farajli
14 daysfix(zsh): create zsh history cache file in installationSuleyman Farajli
14 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
2025-06-21refactor(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.
2025-06-21feat (dep.sh): add `pamus` as an optional dependencySuleyman Farajli
2025-06-21fix (dep.sh): set `xclip` as a non-optional dependencySuleyman Farajli
2025-06-21feat (dep.sh): check for optional dependenciesSuleyman Farajli
2025-06-21chore (dep.sh): only return 1 if the build dependencies are missingSuleyman Farajli