summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
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 daysfeat (shell): source .bashrc for interactive TTY sessionsSuleyman Farajli
- Defined BASHRC path for consistency - Ensured .bashrc is sourced when using Bash in TTY environments
13 daysfeat(bash): add autocompletionSuleyman Farajli
13 daysstyle (shell): align with spacesSuleyman Farajli
13 daysrefactor(bashrc): improve server compatibility and fallback behaviorSuleyman Farajli
13 daysfix(zathura): use `t` for toggling status bar instead of `n`Suleyman Farajli
13 daysrefactor (nvim/vim): Reduce <leader>q mapping to :wq! instead of :wqa!Suleyman Farajli
13 daysfeat (zsh): add ctrl-space keybind to enter normal modeSuleyman Farajli
14 daysfeat (git): new alias for `add`Suleyman Farajli
14 daysfeat(mimeapps): expand image and video MIME types, add fallback supportSuleyman Farajli
14 daysstyle (zshrc): use spaces instead of tabs for alignmentSuleyman Farajli
14 daysfeat (zathura): new themes addedSuleyman Farajli
14 daysfeat(x11): add multiple Xresources themes with symlink-based selectionSuleyman Farajli
14 daysfix (xinitrc): corrected xresoreces file pathSuleyman Farajli
- removed empty lines and trailing spaces
14 daysrefactor (vim): consistent with nvim configSuleyman Farajli
14 daysrefactor (aliasrc): restructure and group aliases for readability and ↵Suleyman Farajli
maintainability
14 daysrefactor(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 daysfeat (git): new `diff` aliases addedSuleyman Farajli
- aliases sorted alphabetically
14 daysstyle (bashrc): remove trailing spacesSuleyman Farajli
2025-06-19style: remove useless empty lineSuleyman Farajli
2025-06-19fix(sxiv): improve key-handler script with better error handling and usabilitySuleyman 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-19chore(qutebrowser): clean up theme, bookmarks and startpageSuleyman 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-19fix(picom): correct wintypes syntax and clean config formattingSuleyman Farajli
2025-06-19refactor: improve Neovim config for better readability and functionalitySuleyman 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-19refactor(input.conf): reorder keys and improve ab-loop/loop-file bindingsSuleyman Farajli
2025-06-19refactor(lfrc): clean up config, improve trash cmd, and update keymapsSuleyman Farajli
2025-06-19feat: enhance git config with aliases and GPG signingSuleyman 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-19refactor: improve minimal bash config for vi mode and portabilitySuleyman 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-17FIXME addedSuleyman Farajli
2025-06-17config/x11/xinitrc: sort alphabeticallySuleyman Farajli
2025-06-03config/shell/aliasrc: add colorize `diff`Suleyman Farajli
2025-06-03config/shell/aliasrc: colorize `ip` command, `sl` from `ls` to `lsSuleyman Farajli
--color=auto`
2025-06-02config/shell/profile: Sort directory and file names, export path before ↵Suleyman Farajli
exporting environment variables
2025-05-31config/shell/profile: prioritize firefox over qutebrowserSuleyman Farajli
2025-03-02lfrc: use `x` to execute an executableSuleyman Farajli
2025-02-07nvim: nvim-orgmode/orgmode plugin addednvim-org-modeSuleyman Farajli
2025-01-26aliasrc: comment updatedSuleyman Farajli
2025-01-25aliasrc: mutt -> neomuttSuleyman Farajli
2025-01-19gitconfig: name and email addedSuleyman Farajli
2025-01-19lfrc: use key `x` to play videos with mpvSuleyman Farajli
2025-01-14`--color=always` flag added to `pacman` aliasSuleyman Farajli
2025-01-08nvim: switched from packer.nvim to lazy.nvim for package managementSuleyman Farajli
2025-01-08nvim: keybinds added for neotreeSuleyman Farajli
2025-01-08nvim: plugins addedSuleyman Farajli
2025-01-07nvim: nightfox theme and packer addedSuleyman Farajli