summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2025-11-04fix(profile): prioritize firefox over qutebrowserSuleyman Farajli
2025-11-04feat(xinitrc): start daemonsSuleyman Farajli
2025-11-04feat(lf): <c-y> to copy current file to clipboardSuleyman Farajli
2025-11-03fix(lf): remove files that have spaces in themSuleyman Farajli
2025-11-03feat(zathura): add keybind to copy filename to clipboardSuleyman Farajli
2025-11-03feat(nvim): enable wrap for text filesSuleyman Farajli
2025-10-28chore(wallpapers): move to /etc from /configSuleyman Farajli
2025-10-26feat(shell/profile): new directories addedSuleyman Farajli
2025-08-30style(xinitrc): align commentsSuleyman Farajli
2025-08-29fix(nvim): use `toggleterm` plugin instead of built-in terminalSuleyman Farajli
2025-08-28feat(nvim): remove toggleterm.nvim and add custom full-screen toggle terminalSuleyman Farajli
- Removed toggleterm.nvim plugin and all related configuration - Added custom full-screen terminal toggle with <C-f> - Preserves session and closes on TermClose - Automatically enters insert mode when opened - Made netrw buffers read-only, unlisted, and buftype=nofile to prevent writing - Added autocmds to prevent accidental :w/:w! in netrw - Cleaned up indentation and autocmd formatting
2025-08-28feat(nvim): switch from neo-tree to netrw with l/h navigation and Vexplore ↵Suleyman Farajli
toggle - Removed neo-tree plugin and dependencies - Configured netrw as tree-style explorer - `l` opens file/directory - `h` closes/goes up directory - Added Vexplore toggle on <leader>e - Auto-open Vexplore if starting nvim with a directory argument - Refactored keymaps to use `opts` table - Added inline comments for netrw settings - Minor formatting cleanup in plugin setups
2025-08-25fix(nvim): don't insert new line when using macrosSuleyman Farajli
2025-08-25feat(nvim): macros addedSuleyman Farajli
2025-08-25feat(nvim): MdEval plugin addedSuleyman Farajli
2025-06-28feat(qutebrowser): set the default pageSuleyman Farajli
2025-06-27qutebrowser: 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
2025-06-26fix(qutebrowser): use a font that is installed on the systemSuleyman Farajli
2025-06-26feat(aliasrc): alias sxiv to nsxiv if sxiv is not installedSuleyman Farajli
2025-06-26feat(dunst): new config addedSuleyman Farajli
2025-06-26fix(profile): use variable name `TERMINAL` instead of `TERM` to set default ↵Suleyman Farajli
terminal
2025-06-26feat: default wallpaper addedSuleyman Farajli
2025-06-22chore(profile): prioritize qutebrowser over firefox as default browserSuleyman Farajli
2025-06-22feat(xinitrc): run unclutter in the backgroundSuleyman Farajli
- Set keyboard layout to US
2025-06-21fix(profile): set `XINITRC` after setting `XDG_CONFIG_HOME`Suleyman Farajli
2025-06-21Merge branch 'dev'Suleyman Farajli
2025-06-21Merge pull request #15 from sfarajli/devSüleyman Fərəcli
feat (shell): source .bashrc for interactive TTY sessions
2025-06-21fix(profile): use `TERM` environmental variable instead of `TERMINAL`Suleyman Farajli
2025-06-21style(profile): sort logically and alphabeticallySuleyman Farajli
2025-06-21fix(profile): export path variableSuleyman Farajli
- Use ${HOME} syntax instead of $HOME. - Quote $PATH variable.
2025-06-21feat(profile): export ZSHRC as an environmental variablesSuleyman Farajli
2025-06-21feat (shell): source .bashrc for interactive TTY sessionsSuleyman Farajli
- Defined BASHRC path for consistency - Ensured .bashrc is sourced when using Bash in TTY environments
2025-06-21feat(bash): add autocompletionSuleyman Farajli
2025-06-21style (shell): align with spacesSuleyman Farajli
2025-06-21refactor(bashrc): improve server compatibility and fallback behaviorSuleyman Farajli
2025-06-21fix(zathura): use `t` for toggling status bar instead of `n`Suleyman Farajli
2025-06-21refactor (nvim/vim): Reduce <leader>q mapping to :wq! instead of :wqa!Suleyman Farajli
2025-06-21feat (zsh): add ctrl-space keybind to enter normal modeSuleyman Farajli
2025-06-20feat (git): new alias for `add`Suleyman Farajli
2025-06-20feat(mimeapps): expand image and video MIME types, add fallback supportSuleyman Farajli
2025-06-20style (zshrc): use spaces instead of tabs for alignmentSuleyman Farajli
2025-06-20feat (zathura): new themes addedSuleyman Farajli
2025-06-20feat(x11): add multiple Xresources themes with symlink-based selectionSuleyman Farajli
2025-06-20fix (xinitrc): corrected xresoreces file pathSuleyman Farajli
- removed empty lines and trailing spaces
2025-06-20refactor (vim): consistent with nvim configSuleyman Farajli
2025-06-20refactor (aliasrc): restructure and group aliases for readability and ↵Suleyman Farajli
maintainability
2025-06-20refactor(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
2025-06-20feat (git): new `diff` aliases addedSuleyman Farajli
- aliases sorted alphabetically
2025-06-20style (bashrc): remove trailing spacesSuleyman Farajli
2025-06-19style: remove useless empty lineSuleyman Farajli