Compare commits
No commits in common. "5a1f8d3754bd9282ea1066a7ef0d3458d39fe9ce" and "5d3a651a259210bd28cb0d9102e8c9db4c000b0b" have entirely different histories.
5a1f8d3754
...
5d3a651a25
8 changed files with 12 additions and 28 deletions
|
|
@ -1,4 +0,0 @@
|
|||
# keep-sorted start
|
||||
export BORG_PASSCOMMAND="cat ${HOME}/.keys/borg-passphrase.txt"
|
||||
export BORG_REPO="/media/backup/"
|
||||
# keep-sorted end
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
# keep-sorted start
|
||||
export EDITOR="emacsclient --create-frame --no-window-system"
|
||||
export SUDO_EDITOR="/usr/local/bin/emacs --no-init-file --no-splash --no-window-system"
|
||||
export VISUAL="emacsclient --create-frame --no-window-system"
|
||||
# keep-sorted end
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
# keep-sorted start
|
||||
export GTK_IM_MODULE="fcitx"
|
||||
export QT_IM_MODULE="fcitx"
|
||||
export XMODIFIERS="@im=fcitx"
|
||||
# keep-sorted end
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
# keep-sorted start
|
||||
export PYTHON_KEYRING_BACKEND="keyring.backends.null.Keyring"
|
||||
# keep-sorted end
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
# keep-sorted start
|
||||
export LANG="en_IL.utf8"
|
||||
# keep-sorted end
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
# keep-sorted start
|
||||
export XDG_CURRENT_DESKTOP="sway"
|
||||
# keep-sorted end
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
systemctl --user enable --now syncthing.service
|
||||
|
||||
mkdir --parents ~/Pictures/screenshots
|
||||
mkdir -p ~/Pictures/screenshots
|
||||
|
||||
pre-commit install
|
||||
|
||||
|
|
|
|||
15
.profile
15
.profile
|
|
@ -36,10 +36,17 @@ if [ -d "$(systemd-path user-state-private)"/git-sync ] ; then
|
|||
fi
|
||||
|
||||
umask 0007
|
||||
|
||||
for filename in $(systemd-path user-configuration)/environment/*; do
|
||||
. "$filename"
|
||||
done
|
||||
export SUDO_EDITOR="/usr/local/bin/emacs --no-init-file --no-splash --no-window-system"
|
||||
export EDITOR="emacsclient --create-frame --no-window-system"
|
||||
export VISUAL="emacsclient --create-frame --no-window-system"
|
||||
export GTK_IM_MODULE="fcitx"
|
||||
export QT_IM_MODULE="fcitx"
|
||||
export XMODIFIERS="@im=fcitx"
|
||||
export LANG="en_IL.utf8"
|
||||
export BORG_REPO="/media/backup/"
|
||||
export BORG_PASSCOMMAND="cat ${HOME}/.keys/borg-passphrase.txt"
|
||||
export PYTHON_KEYRING_BACKEND="keyring.backends.null.Keyring"
|
||||
export XDG_CURRENT_DESKTOP="sway"
|
||||
|
||||
# Autolaunch sway for tty1 logins
|
||||
[ "$(tty)" = "/dev/tty1" ] &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue