summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
6 daysdoc(readme): add minimal version support for lf and nvimdev_minimalSuleyman Farajli
6 daysdocs(readme): remove firefox from dependenciesSuleyman Farajli
6 daysdocs(readme): typoSuleyman Farajli
6 daysdocs: README.md updatedSuleyman Farajli
6 daysrefactor: dep.sh removedSuleyman Farajli
6 daysrefactor(makefile): full, check and fullcheck targets removedSuleyman Farajli
6 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
7 daysfix(qutebrowser): use a font that is installed on the systemSuleyman Farajli
7 daysfix(dep.sh): check for pulseaudio instead of pactl commandSuleyman Farajli
7 daysfix(dep.sh): typo in font config package nameSuleyman Farajli
7 daysfeat(dep.sh): add ncurses to build dependenciesSuleyman Farajli
7 daysMerge pull request #16 from sfarajli/devSüleyman Fərəcli
Dev
7 daysfeat(aliasrc): alias sxiv to nsxiv if sxiv is not installedSuleyman Farajli
7 daysfix: correct program check message to require libnotify instead of dunstSuleyman Farajli
7 daysfeat(dep.sh): add libnotify to dependenciesSuleyman Farajli
- decapitalize output message of missing packages
7 daysfeat(dep.sh): add ssh to optional dependenciesSuleyman Farajli
7 daysfeat(dunst): new config addedSuleyman Farajli
7 dayschore(makefile): install newer version of DWMSuleyman Farajli
7 daysfix(profile): use variable name `TERMINAL` instead of `TERM` to set default ↵Suleyman Farajli
terminal
7 daysfeat: default wallpaper addedSuleyman Farajli
7 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
7 daysstyle(dep.sh): sort dependencies alphabeticallySuleyman Farajli
7 daysfix(dep.sh): proper usage of check functionSuleyman Farajli
7 daysrefactor(dep.sh): prioritize newer versions of programs when double checkingSuleyman Farajli
7 dayschore: remove gitignoreSuleyman Farajli
7 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
7 daysfeat(qw): improve QEMU options for -x flagSuleyman Farajli
7 daysfix(nsend): call dunst instead of printing to stdoutSuleyman Farajli
7 daysfix(slib): print full path instead of basename in error messagesSuleyman Farajli
12 dayschore: remove obsolete BUGS fileSuleyman Farajli
12 dayschore(profile): prioritize qutebrowser over firefox as default browserSuleyman Farajli
12 daysfeat(xinitrc): run unclutter in the backgroundSuleyman Farajli
- Set keyboard layout to US
12 daysfeat: run `fc-cache` after installing fontsshowSuleyman Farajli
- Add fontconfig to build time dependencies.
12 daysfix(profile): set `XINITRC` after setting `XDG_CONFIG_HOME`Suleyman Farajli
12 daysMerge branch 'dev'Suleyman Farajli
12 daysMerge pull request #15 from sfarajli/devSüleyman Fərəcli
feat (shell): source .bashrc for interactive TTY sessions
12 daysfix(profile): use `TERM` environmental variable instead of `TERMINAL`Suleyman Farajli
12 daysstyle(profile): sort logically and alphabeticallySuleyman Farajli
12 daysfix(profile): export path variableSuleyman Farajli
- Use ${HOME} syntax instead of $HOME. - Quote $PATH variable.
12 daysfeat(profile): export ZSHRC as an environmental variablesSuleyman Farajli
12 daysstyle(makefile): sort alphabetically and logicallySuleyman Farajli
12 daysfix(zsh): create zsh history cache file in installationSuleyman Farajli
12 daysfeat (shell): source .bashrc for interactive TTY sessionsSuleyman Farajli
- Defined BASHRC path for consistency - Ensured .bashrc is sourced when using Bash in TTY environments
12 daysfeat(bash): add autocompletionSuleyman Farajli
12 daysMerge pull request #14 from sfarajli/devSüleyman Fərəcli
Dev
12 daysfix(scripts): recursion in help function fixedSuleyman Farajli
12 daysstyle (shell): align with spacesSuleyman Farajli
12 daysrefactor(bashrc): improve server compatibility and fallback behaviorSuleyman Farajli
12 daysMerge pull request #13 from sfarajli/devSüleyman Fərəcli
Dev
12 daysstyle(makefile): Use spaces for alignment instead of tabs and sort ↵Suleyman Farajli
alphabetically