This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Search hidden files / directories (e.g. dotfiles) by default | |
| --hidden | |
| # Using glob patterns to include/exclude files or folders | |
| --glob=!.git/* | |
| # Because who cares about case!? | |
| --smart-case |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # --[ keymaps ] ------------------------------------------------------------ {{{ | |
| # For a list of key names, see: http://www.glfw.org/docs/latest/group__keys.html | |
| # map ctrl+c copy_or_interrupt | |
| map ctrl+c copy_and_clear_or_interrupt | |
| map ctrl+v paste_from_clipboard | |
| # map alt+t launch --type=tab --cwd=current | |
| map alt+t launch --type=tab --cwd=last_reported |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # vim:fileencoding=utf-8:foldmethod=marker | |
| #: Fonts {{{ | |
| #: kitty has very powerful font management. You can configure | |
| #: individual font faces and even specify special fonts for particular | |
| #: characters. | |
| # font_family JetBrainsMono Nerd Font Regular | |
| # bold_font auto |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- conf -*- | |
| # shell=$SHELL (if set, otherwise user's default shell from /etc/passwd) | |
| # term=foot (or xterm-256color if built with -Dterminfo=disabled) | |
| # login-shell=no | |
| # app-id=foot # globally set wayland app-id. Default values are "foot" and "footclient" for desktop and server mode | |
| # title=foot | |
| # locked-title=no |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "autosu": true, | |
| "diffgutter": true, | |
| "hlsearch": true, | |
| "mkparents": true, | |
| "savecursor": true, | |
| "tabstospaces": true | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ~/.config/starship.toml | |
| # Increase the default command timeout to 2 seconds | |
| command_timeout = 2500 | |
| # Inserts a blank line between shell prompts | |
| add_newline = true | |
| # Define the order and format of the information in our prompt | |
| format = """\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Alias definitions | |
| # Use modifier names from ISO Nordic / US int. layout | |
| Alt = AltLeft | |
| AltGr = AltRight | |
| # Shorthand aliases only to be used when it helps retaining overall alignment | |
| AltR = AltRight | |
| ControlL = ControlLeft |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Many of these settings were recommendations from | |
| # https://jvns.ca/blog/2024/02/16/popular-git-config-options/#rebase-autosquash-true | |
| [user] | |
| name = <user-name-for-commits> | |
| email = <users-email-address> | |
| [credential] | |
| helper = manager |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # env.nu | |
| # | |
| # Installed by: | |
| # version = "0.106.1" | |
| # | |
| # Previously, environment variables were typically configured in `env.nu`. | |
| # In general, most configuration can and should be performed in `config.nu` | |
| # or one of the autoload directories. | |
| # | |
| # This file is generated for backwards compatibility for now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # config.nu | |
| # | |
| # Installed by: | |
| # version = "0.106.1" | |
| # | |
| # This file is used to override default Nushell settings, define | |
| # (or import) custom commands, or run any other startup tasks. | |
| # See https://www.nushell.sh/book/configuration.html | |
| # | |
| # Nushell sets "sensible defaults" for most configuration settings, |
NewerOlder