From 8f5e86c61015a04f485b7eb6372ca6a368545c3b Mon Sep 17 00:00:00 2001 From: Hactarus <859868+Hactarus@users.noreply.github.com> Date: Tue, 10 Oct 2023 22:47:54 +0200 Subject: [PATCH] add nix update gitconfig improve alacritty --- alacritty/.config/alacritty/alacritty.yml | 11 ++++++----- git/.gitconfig | 8 ++++---- nix/.config/nix/nix.conf | 1 + setup.sh | 1 + zsh/.zshrc | 6 ++++-- 5 files changed, 16 insertions(+), 11 deletions(-) create mode 100644 nix/.config/nix/nix.conf diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index 6c3e5a9..330d918 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -71,13 +71,13 @@ env: # Values for `decorations` (macOS only): # - transparent: Title bar, transparent background and title bar buttons # - buttonless: Title bar, transparent background and no title bar buttons - #decorations: none + decorations: none # Background opacity # # 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. - #opacity: 0.8 + opacity: "0.9" # Startup Mode (changes require restart) # @@ -88,13 +88,14 @@ env: # # Values for `startup_mode` (macOS only): # - SimpleFullscreen - #startup_mode: Windowed + startup_mode: Maximized # Window title #title: Alacritty # Allow terminal applications to change Alacritty's window title. #dynamic_title: true + # Window class (Linux/BSD only): #class: @@ -110,10 +111,10 @@ env: # the default theme variant. #decorations_theme_variant: None -#scrolling: +scrolling: # Maximum number of lines in the scrollback buffer. # Specifying '0' will disable scrolling. - #history: 10000 + history: 100000 # Scrolling distance multiplier. #multiplier: 3 diff --git a/git/.gitconfig b/git/.gitconfig index 68e525c..4bc9fcb 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -1,8 +1,8 @@ [user] name = "Hactarus" - email = Hactarus@users.noreply.github.com - + email = "859868+Hactarus@users.noreply.github.com" + signingkey = E78C926AFF8835F1D31D63E0004635081CCE8F11 [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/\\* //'`" @@ -18,10 +18,10 @@ gpgsign = false [url "ssh://git@gitlab.com"] - insteadOf = "https://www.gitlab.com" + insteadOf = "https://gitlab.com" [url "ssh://git@github.com"] - insteadOf = "https://www.github.com" + insteadOf = "https://github.com" [includeIf "gitdir:~/work"] path = .gitconfig-work diff --git a/nix/.config/nix/nix.conf b/nix/.config/nix/nix.conf new file mode 100644 index 0000000..c7d7291 --- /dev/null +++ b/nix/.config/nix/nix.conf @@ -0,0 +1 @@ +experimental-features = nix-command flakes diff --git a/setup.sh b/setup.sh index 8c662f0..f742831 100755 --- a/setup.sh +++ b/setup.sh @@ -12,6 +12,7 @@ base=( helix htop nano + nix puppet ssh terminfo diff --git a/zsh/.zshrc b/zsh/.zshrc index fe7b47f..baa7d44 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -162,6 +162,7 @@ man #n98-magerun nanoc #ng +#nix #nmap node #nomad @@ -186,7 +187,7 @@ postgres #powder #powify #profiles -#pyenv +pyenv pylint python #rails @@ -245,7 +246,7 @@ tmux #ubuntu #urltools #vagrant -#vault +vault #vi-mode #vim-interaction #virtualenv @@ -338,3 +339,4 @@ alias oss='openstack server' alias psa='ps auxwwwf' alias toph='top -cHd1' alias ip="ip --color" +VAULT_ADDR="https://vault.ood.ovh:8200"