diff options
Diffstat (limited to 'basics/.config')
| -rw-r--r-- | basics/.config/alacritty/alacritty.yml | 22 | ||||
| -rw-r--r-- | basics/.config/bat/config | 2 | ||||
| -rw-r--r-- | basics/.config/npm/npmrc | 9 |
3 files changed, 6 insertions, 27 deletions
diff --git a/basics/.config/alacritty/alacritty.yml b/basics/.config/alacritty/alacritty.yml index f127df7..c1a25f9 100644 --- a/basics/.config/alacritty/alacritty.yml +++ b/basics/.config/alacritty/alacritty.yml @@ -48,7 +48,7 @@ window: # - Windowed # - Maximized # - Fullscreen - startup_mode: Maximized + startup_mode: Maximized # Window terminal applications to change Alacritty's window title. dynamic_title: true @@ -275,26 +275,6 @@ mouse: # If this is `true`, the cursor is temporarily hidden when typing. hide_when_typing: false - url: - # URL launcher - # - # This program is executed when clicking on a text which is recognized as a URL. - # The URL is always added to the command as the last parameter. - # - # When set to `None`, URL launching will be disabled completely. - # - # Default: - # - (macOS) open - # - (Linux) xdg-open - # - (Windows) explorer - #launcher: xdg-open - - # URL modifiers - # - # These are the modifiers that need to be held down for opening URLs when clicking - # on them. The available modifiers are documented in the key binding section. - modifiers: None - selection: semantic_escape_chars: ",│`|:\"' ()[]{}<>" diff --git a/basics/.config/bat/config b/basics/.config/bat/config index c4144ab..0d16ce8 100644 --- a/basics/.config/bat/config +++ b/basics/.config/bat/config @@ -4,7 +4,7 @@ # Specify desired highlighting theme (e.g. "TwoDark"). Run `bat --list-themes` # for a list of all available themes ---theme="ansi-dark" +--theme="gruvbox-dark" # Enable this to use italic text on the terminal. This is not supported on all # terminal emulators (like tmux, by default): diff --git a/basics/.config/npm/npmrc b/basics/.config/npm/npmrc index d072ac3..413eecb 100644 --- a/basics/.config/npm/npmrc +++ b/basics/.config/npm/npmrc @@ -1,8 +1,7 @@ -prefix=${XDG_DATA_HOME}/npm -cache=${XDG_CACHE_HOME}/npm -tmp=${XDG_RUNTIME_DIR}/npm -init-module=${XDG_CONFIG_HOME}/npm/config/npm-init.js - +cache=/home/peter/.cache/npm +tmp=/run/user/1000/npm +init-module=/home/peter/.config/npm/config/npm-init.js sign-git-tag=false +strict-ssl=false |
