mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
* nvim: Add copilot completions * nvim: grug-far buffer won't show lualine & winbar now * nvim: remove obsidian.nvim * nvim: luasnip now works * emacs: more keymaps in org-mode * emacs: start customizing leader keys * shell: Add more ls aliases * shell: Add apt alias in fish
41 lines
317 B
Text
41 lines
317 B
Text
# Log
|
|
*.log
|
|
|
|
# Private Files
|
|
*private*
|
|
.private.env.*
|
|
|
|
# Test files
|
|
test/
|
|
test.*
|
|
|
|
# Archives
|
|
*.gz
|
|
*.tar
|
|
*.zip
|
|
*.tgz
|
|
|
|
# Utils
|
|
xdg-ninja/
|
|
|
|
# Undone
|
|
# Windows PowerToys
|
|
PowerToys/
|
|
# Nushell
|
|
tools/nushell/
|
|
# fzf
|
|
common/fzfrc
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
|
|
.venv/
|
|
|
|
gitconfig
|
|
|
|
|
|
# Lock files
|
|
lazy-lock.json
|
|
|
|
# Emacs
|
|
*.elc
|