Age | Commit message (Collapse) | Author | |
---|---|---|---|
9 days | fix(profile): use variable name `TERMINAL` instead of `TERM` to set default ↵ | Suleyman Farajli | |
terminal | |||
9 days | feat: default wallpaper added | Suleyman Farajli | |
9 days | refactor(makefile): dependency check now manual | Suleyman 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 days | style(dep.sh): sort dependencies alphabetically | Suleyman Farajli | |
9 days | fix(dep.sh): proper usage of check function | Suleyman Farajli | |
9 days | refactor(dep.sh): prioritize newer versions of programs when double checking | Suleyman Farajli | |
9 days | chore: remove gitignore | Suleyman Farajli | |
9 days | refactor(makefile): clean up directories and improve dependency handling | Suleyman 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 days | feat(qw): improve QEMU options for -x flag | Suleyman Farajli | |
9 days | fix(nsend): call dunst instead of printing to stdout | Suleyman Farajli | |
9 days | fix(slib): print full path instead of basename in error messages | Suleyman Farajli | |
14 days | chore: remove obsolete BUGS file | Suleyman Farajli | |
14 days | chore(profile): prioritize qutebrowser over firefox as default browser | Suleyman Farajli | |
14 days | feat(xinitrc): run unclutter in the background | Suleyman Farajli | |
- Set keyboard layout to US | |||
14 days | feat: run `fc-cache` after installing fontsshow | Suleyman Farajli | |
- Add fontconfig to build time dependencies. | |||
14 days | fix(profile): set `XINITRC` after setting `XDG_CONFIG_HOME` | Suleyman Farajli | |
14 days | Merge branch 'dev' | Suleyman Farajli | |
14 days | Merge pull request #15 from sfarajli/dev | Süleyman Fərəcli | |
feat (shell): source .bashrc for interactive TTY sessions | |||
14 days | fix(profile): use `TERM` environmental variable instead of `TERMINAL` | Suleyman Farajli | |
14 days | style(profile): sort logically and alphabetically | Suleyman Farajli | |
14 days | fix(profile): export path variable | Suleyman Farajli | |
- Use ${HOME} syntax instead of $HOME. - Quote $PATH variable. | |||
14 days | feat(profile): export ZSHRC as an environmental variables | Suleyman Farajli | |
14 days | style(makefile): sort alphabetically and logically | Suleyman Farajli | |
14 days | fix(zsh): create zsh history cache file in installation | Suleyman Farajli | |
2025-06-21 | feat (shell): source .bashrc for interactive TTY sessions | Suleyman Farajli | |
- Defined BASHRC path for consistency - Ensured .bashrc is sourced when using Bash in TTY environments | |||
2025-06-21 | feat(bash): add autocompletion | Suleyman Farajli | |
2025-06-21 | Merge pull request #14 from sfarajli/dev | Süleyman Fərəcli | |
Dev | |||
2025-06-21 | fix(scripts): recursion in help function fixed | Suleyman Farajli | |
2025-06-21 | style (shell): align with spaces | Suleyman Farajli | |
2025-06-21 | refactor(bashrc): improve server compatibility and fallback behavior | Suleyman Farajli | |
2025-06-21 | Merge pull request #13 from sfarajli/dev | Süleyman Fərəcli | |
Dev | |||
2025-06-21 | style(makefile): Use spaces for alignment instead of tabs and sort ↵ | Suleyman Farajli | |
alphabetically | |||
2025-06-21 | fix(zathura): use `t` for toggling status bar instead of `n` | Suleyman Farajli | |
2025-06-21 | refactor(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-21 | feat (dep.sh): add `pamus` as an optional dependency | Suleyman Farajli | |
2025-06-21 | fix (dep.sh): set `xclip` as a non-optional dependency | Suleyman Farajli | |
2025-06-21 | feat (dep.sh): check for optional dependencies | Suleyman Farajli | |
2025-06-21 | chore (dep.sh): only return 1 if the build dependencies are missing | Suleyman Farajli | |
2025-06-21 | refactor (nvim/vim): Reduce <leader>q mapping to :wq! instead of :wqa! | Suleyman Farajli | |
2025-06-21 | feat (zsh): add ctrl-space keybind to enter normal mode | Suleyman Farajli | |
2025-06-21 | feat (makefile): install fonts in desktop target | Suleyman Farajli | |
2025-06-20 | Merge pull request #12 from sfarajli/master | Süleyman Fərəcli | |
Merge pull request #11 from sfarajli/dev | |||
2025-06-20 | Merge pull request #11 from sfarajli/dev | Süleyman Fərəcli | |
Dev | |||
2025-06-20 | feat (git): new alias for `add` | Suleyman Farajli | |
2025-06-20 | fix(makefile): update git config installation and clean trailing whitespaces | Suleyman Farajli | |
2025-06-20 | style (scripts): use spaces instead of tabs in help messages | Suleyman Farajli | |
2025-06-20 | feat(mimeapps): expand image and video MIME types, add fallback support | Suleyman Farajli | |
2025-06-20 | style (zshrc): use spaces instead of tabs for alignment | Suleyman Farajli | |
2025-06-20 | feat (zathura): new themes added | Suleyman Farajli | |
2025-06-20 | feat(x11): add multiple Xresources themes with symlink-based selection | Suleyman Farajli | |