update
This commit is contained in:
parent
229528eb75
commit
f756640db4
3 changed files with 15 additions and 7 deletions
|
|
@ -8,6 +8,7 @@ export FZF_DEFAULT_OPTS="--preview 'bat --color=always {}'"
|
||||||
export EDITOR='nvim'
|
export EDITOR='nvim'
|
||||||
export GEM_HOME="$HOME/gems"
|
export GEM_HOME="$HOME/gems"
|
||||||
export GOBIN=~/go/bin
|
export GOBIN=~/go/bin
|
||||||
|
export GOPROXY=https://nexus.durp.info/repository/go
|
||||||
export BAT_THEME="Catppuccin Mocha"
|
export BAT_THEME="Catppuccin Mocha"
|
||||||
export LS_COLORS="$(vivid generate catppuccin-mocha)"
|
export LS_COLORS="$(vivid generate catppuccin-mocha)"
|
||||||
export HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND="bg=none,fg=white,bold"
|
export HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND="bg=none,fg=white,bold"
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,12 @@ Host *
|
||||||
host 192.168.30.200
|
host 192.168.30.200
|
||||||
SetEnv TERM=xterm-256color
|
SetEnv TERM=xterm-256color
|
||||||
|
|
||||||
|
host 192.168.21.200
|
||||||
|
SetEnv TERM=xterm-256color
|
||||||
|
|
||||||
|
host 192.168.20.200
|
||||||
|
SetEnv TERM=xterm-256color
|
||||||
|
|
||||||
Host gitlab.durp.info
|
Host gitlab.durp.info
|
||||||
User git
|
User git
|
||||||
Port 9022
|
Port 9022
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ required_packages_pacman:
|
||||||
- ffmpeg
|
- ffmpeg
|
||||||
- ttyd
|
- ttyd
|
||||||
- wl-clipboard
|
- wl-clipboard
|
||||||
- xsel
|
#- xsel
|
||||||
- pavucontrol
|
- pavucontrol
|
||||||
- wofi
|
- wofi
|
||||||
- swaybg
|
- swaybg
|
||||||
|
|
@ -79,12 +79,13 @@ required_packages_pacman:
|
||||||
- smbclient
|
- smbclient
|
||||||
- gvfs-smb
|
- gvfs-smb
|
||||||
- gvfs
|
- gvfs
|
||||||
- cosmic
|
#- cosmic
|
||||||
- htop
|
- htop
|
||||||
- npm
|
- npm
|
||||||
- ripgrep
|
- ripgrep
|
||||||
- podman-compose
|
- podman-compose
|
||||||
- bluez
|
- bluez
|
||||||
|
- bluez-utils
|
||||||
- xsettingsd
|
- xsettingsd
|
||||||
- dnsutils
|
- dnsutils
|
||||||
- yq
|
- yq
|
||||||
|
|
@ -104,7 +105,7 @@ required_packages_pacman:
|
||||||
- wakeonlan
|
- wakeonlan
|
||||||
- less
|
- less
|
||||||
- blueman
|
- blueman
|
||||||
- qutebrowser
|
#- qutebrowser
|
||||||
- python-tldextract
|
- python-tldextract
|
||||||
- python-pyperclip
|
- python-pyperclip
|
||||||
- python-adblock
|
- python-adblock
|
||||||
|
|
@ -148,8 +149,8 @@ required_packages_flatpak:
|
||||||
|
|
||||||
systemd_service:
|
systemd_service:
|
||||||
- cronie.service
|
- cronie.service
|
||||||
- cosmic-greeter.service
|
#- cosmic-greeter.service
|
||||||
#- ly.service
|
- ly.service
|
||||||
- libvirtd.service
|
- libvirtd.service
|
||||||
- com.system76.PowerDaemon.service
|
- com.system76.PowerDaemon.service
|
||||||
- ufw.service
|
- ufw.service
|
||||||
|
|
@ -177,12 +178,12 @@ yay:
|
||||||
- system76-firmware
|
- system76-firmware
|
||||||
- firmware-manager
|
- firmware-manager
|
||||||
- system76-power
|
- system76-power
|
||||||
- gnome-shell-extension-system76-power-git
|
#- gnome-shell-extension-system76-power-git
|
||||||
- system76-driver
|
- system76-driver
|
||||||
- system76-dkms
|
- system76-dkms
|
||||||
- system76-acpi-dkms
|
- system76-acpi-dkms
|
||||||
- system76-io-dkms
|
- system76-io-dkms
|
||||||
- wdisplays
|
- wdisplays
|
||||||
- bluetuith
|
- bluetuith
|
||||||
- steamlink
|
#- steamlink
|
||||||
#- powershell
|
#- powershell
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue