Compare commits
8 Commits
5558b5c963
...
390bb76203
Author | SHA1 | Date |
---|---|---|
Quentin Duchemin | 390bb76203 | |
Quentin Duchemin | 23a14b66ba | |
Quentin Duchemin | 2e7a7dc891 | |
Quentin Duchemin | 366e63043a | |
Quentin Duchemin | c501977386 | |
Quentin Duchemin | d6675bf822 | |
Quentin Duchemin | 2abafa743c | |
Quentin Duchemin | 3672669bec |
|
@ -1,17 +1,22 @@
|
|||
arc-gtk-theme
|
||||
arc-icon-theme
|
||||
bind
|
||||
docker
|
||||
dkms
|
||||
dunst
|
||||
evince
|
||||
feh
|
||||
firefox
|
||||
flameshot
|
||||
fzf
|
||||
gthumb
|
||||
htop
|
||||
i3-wm
|
||||
i3lock-color
|
||||
imagemagick
|
||||
jq
|
||||
kwayland5
|
||||
libreoffice-fresh
|
||||
libusb-compat
|
||||
less
|
||||
maim
|
||||
|
@ -48,6 +53,7 @@ signal-desktop
|
|||
telegram-desktop
|
||||
terminator
|
||||
thunderbird
|
||||
torbrowser-launcher
|
||||
trash-cli
|
||||
ttf-dejavu
|
||||
ttf-font-awesome
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
8870E499C64EEB7720EBA5A442F4FE90129BFAE3
|
||||
|
||||
# End of file
|
||||
|
|
|
@ -126,6 +126,8 @@ if [ ! -z "$INIT" ]; then
|
|||
mkdir -p ~/documents ~/images/screenshots ~/videos ~/downloads
|
||||
echo -e "* Allow user to control brightness..."
|
||||
sudo usermod $(whoami) -aG video
|
||||
echo -e "* Install host app for PassFF Firefox extension..."
|
||||
curl -sSL github.com/passff/passff-host/releases/latest/download/install_host_app.sh | bash -s -- firefox
|
||||
fi
|
||||
|
||||
if [ ! -z ${ENV} ]; then
|
||||
|
|
6
.zshrc
6
.zshrc
|
@ -83,13 +83,9 @@ unset SSH_AGENT_PID
|
|||
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
|
||||
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
|
||||
fi
|
||||
export GPG_TTY=$(tty)
|
||||
export GPG_TTY="$(tty)"
|
||||
gpg-connect-agent updatestartuptty /bye >/dev/null
|
||||
|
||||
export KEYGRIP=8870E499C64EEB7720EBA5A442F4FE90129BFAE3
|
||||
# Sometimes gpg has a bug and needs to re-import key
|
||||
alias gbye='gpg-connect-agent "delete_key $KEYGRIP" /bye'
|
||||
|
||||
if [ -f ~/.aliases ]; then
|
||||
. ~/.aliases
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue