Age | Commit message (Collapse) | Author | |
---|---|---|---|
13 days | fix(zsh): create zsh history cache file in installation | Suleyman Farajli | |
13 days | 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 | |||
13 days | feat(bash): add autocompletion | Suleyman Farajli | |
13 days | Merge pull request #14 from sfarajli/dev | Süleyman Fərəcli | |
Dev | |||
13 days | fix(scripts): recursion in help function fixed | Suleyman Farajli | |
13 days | style (shell): align with spaces | Suleyman Farajli | |
13 days | refactor(bashrc): improve server compatibility and fallback behavior | Suleyman Farajli | |
13 days | Merge pull request #13 from sfarajli/dev | Süleyman Fərəcli | |
Dev | |||
13 days | style(makefile): Use spaces for alignment instead of tabs and sort ↵ | Suleyman Farajli | |
alphabetically | |||
13 days | fix(zathura): use `t` for toggling status bar instead of `n` | Suleyman Farajli | |
13 days | 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. | |||
13 days | feat (dep.sh): add `pamus` as an optional dependency | Suleyman Farajli | |
13 days | fix (dep.sh): set `xclip` as a non-optional dependency | Suleyman Farajli | |
13 days | feat (dep.sh): check for optional dependencies | Suleyman Farajli | |
13 days | chore (dep.sh): only return 1 if the build dependencies are missing | Suleyman Farajli | |
13 days | refactor (nvim/vim): Reduce <leader>q mapping to :wq! instead of :wqa! | Suleyman Farajli | |
13 days | feat (zsh): add ctrl-space keybind to enter normal mode | Suleyman Farajli | |
13 days | feat (makefile): install fonts in desktop target | Suleyman Farajli | |
14 days | Merge pull request #12 from sfarajli/master | Süleyman Fərəcli | |
Merge pull request #11 from sfarajli/dev | |||
14 days | Merge pull request #11 from sfarajli/dev | Süleyman Fərəcli | |
Dev | |||
14 days | feat (git): new alias for `add` | Suleyman Farajli | |
14 days | fix(makefile): update git config installation and clean trailing whitespaces | Suleyman Farajli | |
14 days | style (scripts): use spaces instead of tabs in help messages | Suleyman Farajli | |
14 days | feat(mimeapps): expand image and video MIME types, add fallback support | Suleyman Farajli | |
14 days | style (zshrc): use spaces instead of tabs for alignment | Suleyman Farajli | |
14 days | feat (zathura): new themes added | Suleyman Farajli | |
14 days | feat(x11): add multiple Xresources themes with symlink-based selection | Suleyman Farajli | |
14 days | fix (xinitrc): corrected xresoreces file path | Suleyman Farajli | |
- removed empty lines and trailing spaces | |||
14 days | refactor (vim): consistent with nvim config | Suleyman Farajli | |
14 days | refactor (aliasrc): restructure and group aliases for readability and ↵ | Suleyman Farajli | |
maintainability | |||
14 days | refactor(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 | |||
14 days | feat (git): new `diff` aliases added | Suleyman Farajli | |
- aliases sorted alphabetically | |||
14 days | style (bashrc): remove trailing spaces | Suleyman Farajli | |
2025-06-19 | Merge pull request #9 from sfarajli/dev | Süleyman Fərəcli | |
Dev | |||
2025-06-19 | chore(Makefile): filter signingkey comment in gitconfig when installing and ↵ | Suleyman Farajli | |
warn if git signing key not set | |||
2025-06-19 | style: remove useless empty line | Suleyman Farajli | |
2025-06-19 | fix(sxiv): improve key-handler script with better error handling and usability | Suleyman Farajli | |
- Add set -f to disable globbing - Fix dmenu directory selection prompt to allow root selection - Add unique suffix when trash filename exists to avoid overwrite - Use safer command substitutions with output capture for error reporting - Reorder commands for clarity and reliability - Restore and improve wallpaper setting with error messages - Use xclip with full path and relative path copying feedback - Add comments about deprecated `convert` usage, suggest `magick` | |||
2025-06-19 | chore(qutebrowser): clean up theme, bookmarks and startpage | Suleyman Farajli | |
- Move themes in themes/ folder - Update startpage/index.html: fix height to 100vh, set font to JetBrains Mono 11px, remove unused stylesheet link - Add new themes: ayu_light and nord - Use `current_theme.py` sym-link for selection of themes | |||
2025-06-19 | fix(picom): correct wintypes syntax and clean config formatting | Suleyman Farajli | |
2025-06-19 | refactor: improve Neovim config for better readability and functionality | Suleyman Farajli | |
- Switch to Lua API options for setting vim options instead of vim.cmd - Add autocmd to trim trailing whitespace on save (except markdown) - Disable auto-comments via autocmd for all filetypes - Enhance and standardize key mappings with noremap and silent flags - Clean up plugin config indentation and comments | |||
2025-06-19 | refactor(input.conf): reorder keys and improve ab-loop/loop-file bindings | Suleyman Farajli | |
2025-06-19 | refactor(lfrc): clean up config, improve trash cmd, and update keymaps | Suleyman Farajli | |
2025-06-19 | feat: enhance git config with aliases and GPG signing | Suleyman Farajli | |
- Add common aliases (co, br, ci, st) for shorter commands - Rewrite pushall to work reliably across all remotes - Enable GPG signing for commits and tags - Set OpenPGP as the preferred signing format - Add placeholder for signing key under [user] | |||
2025-06-19 | refactor: improve minimal bash config for vi mode and portability | Suleyman Farajli | |
- Add manual bindings for Ctrl-l in vi normal/insert mode - Improve PS1 prompt with exit code handling and color - Comment out slow vi mode indicator suggestion - Add fallback clear alias and remove duplicate vi alias | |||
2025-06-19 | documentation update | Suleyman Farajli | |
2025-06-19 | fix: wrap notify-send arguments in quotes to preserve spacing | Suleyman Farajli | |
2025-06-19 | scripts: useless trailing spaces cleaned | Suleyman Farajli | |
2025-06-18 | Merge pull request #8 from sfarajli/dev | Süleyman Fərəcli | |
Dev | |||
2025-06-17 | FIXME added | Suleyman Farajli | |
2025-06-17 | add setxkbmap to dependency checklist | Suleyman Farajli | |