update gitconfig
improve alacritty
This commit is contained in:
Hactarus 2023-10-10 22:47:54 +02:00
parent 1e1ce9b03b
commit 8f5e86c610
5 changed files with 16 additions and 11 deletions

View file

@ -71,13 +71,13 @@ env:
# Values for `decorations` (macOS only): # Values for `decorations` (macOS only):
# - transparent: Title bar, transparent background and title bar buttons # - transparent: Title bar, transparent background and title bar buttons
# - buttonless: Title bar, transparent background and no title bar buttons # - buttonless: Title bar, transparent background and no title bar buttons
#decorations: none decorations: none
# Background opacity # Background opacity
# #
# Window opacity as a floating point number from `0.0` to `1.0`. # Window opacity as a floating point number from `0.0` to `1.0`.
# The value `0.0` is completely transparent and `1.0` is opaque. # The value `0.0` is completely transparent and `1.0` is opaque.
#opacity: 0.8 opacity: "0.9"
# Startup Mode (changes require restart) # Startup Mode (changes require restart)
# #
@ -88,13 +88,14 @@ env:
# #
# Values for `startup_mode` (macOS only): # Values for `startup_mode` (macOS only):
# - SimpleFullscreen # - SimpleFullscreen
#startup_mode: Windowed startup_mode: Maximized
# Window title # Window title
#title: Alacritty #title: Alacritty
# Allow terminal applications to change Alacritty's window title. # Allow terminal applications to change Alacritty's window title.
#dynamic_title: true #dynamic_title: true
# Window class (Linux/BSD only): # Window class (Linux/BSD only):
#class: #class:
@ -110,10 +111,10 @@ env:
# the default theme variant. # the default theme variant.
#decorations_theme_variant: None #decorations_theme_variant: None
#scrolling: scrolling:
# Maximum number of lines in the scrollback buffer. # Maximum number of lines in the scrollback buffer.
# Specifying '0' will disable scrolling. # Specifying '0' will disable scrolling.
#history: 10000 history: 100000
# Scrolling distance multiplier. # Scrolling distance multiplier.
#multiplier: 3 #multiplier: 3

View file

@ -1,8 +1,8 @@
[user] [user]
name = "Hactarus" name = "Hactarus"
email = Hactarus@users.noreply.github.com email = "859868+Hactarus@users.noreply.github.com"
signingkey = E78C926AFF8835F1D31D63E0004635081CCE8F11
[alias] [alias]
pushdev = !git push --set-upstream origin "`git branch --no-color 2>/dev/null | grep '*' | sed -e 's/\\* //'`:dev/hactarus/`git branch --no-color 2>/dev/null | grep '*' | sed -e 's/\\* //'`" pushdev = !git push --set-upstream origin "`git branch --no-color 2>/dev/null | grep '*' | sed -e 's/\\* //'`:dev/hactarus/`git branch --no-color 2>/dev/null | grep '*' | sed -e 's/\\* //'`"
@ -18,10 +18,10 @@
gpgsign = false gpgsign = false
[url "ssh://git@gitlab.com"] [url "ssh://git@gitlab.com"]
insteadOf = "https://www.gitlab.com" insteadOf = "https://gitlab.com"
[url "ssh://git@github.com"] [url "ssh://git@github.com"]
insteadOf = "https://www.github.com" insteadOf = "https://github.com"
[includeIf "gitdir:~/work"] [includeIf "gitdir:~/work"]
path = .gitconfig-work path = .gitconfig-work

1
nix/.config/nix/nix.conf Normal file
View file

@ -0,0 +1 @@
experimental-features = nix-command flakes

View file

@ -12,6 +12,7 @@ base=(
helix helix
htop htop
nano nano
nix
puppet puppet
ssh ssh
terminfo terminfo

View file

@ -162,6 +162,7 @@ man
#n98-magerun #n98-magerun
nanoc nanoc
#ng #ng
#nix
#nmap #nmap
node node
#nomad #nomad
@ -186,7 +187,7 @@ postgres
#powder #powder
#powify #powify
#profiles #profiles
#pyenv pyenv
pylint pylint
python python
#rails #rails
@ -245,7 +246,7 @@ tmux
#ubuntu #ubuntu
#urltools #urltools
#vagrant #vagrant
#vault vault
#vi-mode #vi-mode
#vim-interaction #vim-interaction
#virtualenv #virtualenv
@ -338,3 +339,4 @@ alias oss='openstack server'
alias psa='ps auxwwwf' alias psa='ps auxwwwf'
alias toph='top -cHd1' alias toph='top -cHd1'
alias ip="ip --color" alias ip="ip --color"
VAULT_ADDR="https://vault.ood.ovh:8200"