Compare commits
No commits in common. "867e1fa467ce02213444a5fe1caeb5c78a35c051" and "8beae17e06644a741f1e6ff4a3a21287e152e9fe" have entirely different histories.
867e1fa467
...
8beae17e06
5 changed files with 0 additions and 9 deletions
|
@ -33,7 +33,6 @@
|
||||||
l = log --graph
|
l = log --graph
|
||||||
lo = log --graph --decorate --oneline --all
|
lo = log --graph --decorate --oneline --all
|
||||||
s = status
|
s = status
|
||||||
ignore-io = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi"
|
|
||||||
|
|
||||||
[log]
|
[log]
|
||||||
date = iso
|
date = iso
|
||||||
|
|
|
@ -4,14 +4,12 @@
|
||||||
# Packages that should be installed to the user profile.
|
# Packages that should be installed to the user profile.
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
asciinema # tool to record terminal sessions
|
asciinema # tool to record terminal sessions
|
||||||
atuin # tool to save shell history
|
|
||||||
bat # cat-alternative
|
bat # cat-alternative
|
||||||
cachix # tool to manage nix binary caches
|
cachix # tool to manage nix binary caches
|
||||||
difftastic # tool to compare files
|
difftastic # tool to compare files
|
||||||
direnv # tool to load custom environments
|
direnv # tool to load custom environments
|
||||||
docker-credential-helpers
|
docker-credential-helpers
|
||||||
doggo # dns client
|
doggo # dns client
|
||||||
du-dust # du alternative
|
|
||||||
eza # ls-alternative
|
eza # ls-alternative
|
||||||
faas-cli # cli for openfaas
|
faas-cli # cli for openfaas
|
||||||
fzf # fuzzy finder
|
fzf # fuzzy finder
|
||||||
|
|
|
@ -68,7 +68,3 @@ bind = $main_mod SHIFT, dead_circumflex, movetoworkspacesilent, $ws_focus
|
||||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||||
bindm = $main_mod, mouse:272, movewindow
|
bindm = $main_mod, mouse:272, movewindow
|
||||||
bindm = $main_mod, mouse:273, resizewindow
|
bindm = $main_mod, mouse:273, resizewindow
|
||||||
|
|
||||||
# Binds for XWayland
|
|
||||||
bind = , XF86AudioMute, pass, ^(TeamSpeak 3)$
|
|
||||||
bind = , KP_Multiply, pass, ^(TeamSpeak 3)$
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
.bin/host-backup-portalo
|
.bin/host-backup-portalo
|
||||||
.config/env.d/99-secrets
|
.config/env.d/99-secrets
|
||||||
.config/rclone/rclone.conf
|
.config/rclone/rclone.conf
|
||||||
.local/share/atuin/key
|
|
||||||
.ssh/config
|
.ssh/config
|
||||||
|
|
|
@ -117,6 +117,5 @@ source source-remote-file \
|
||||||
"https://raw.githubusercontent.com/dracula/zsh-syntax-highlighting/master/zsh-syntax-highlighting.sh" \
|
"https://raw.githubusercontent.com/dracula/zsh-syntax-highlighting/master/zsh-syntax-highlighting.sh" \
|
||||||
"dracula-syntax-highlighting"
|
"dracula-syntax-highlighting"
|
||||||
|
|
||||||
[ -x "$(command -v atuin)" ] && eval "$(atuin init zsh)"
|
|
||||||
[ -x "$(command -v direnv)" ] && eval "$(direnv hook zsh)"
|
[ -x "$(command -v direnv)" ] && eval "$(direnv hook zsh)"
|
||||||
[ -x "$(command -v starship)" ] && eval "$(starship init zsh)"
|
[ -x "$(command -v starship)" ] && eval "$(starship init zsh)"
|
||||||
|
|
Loading…
Reference in a new issue