Changes to some configurations
This commit is contained in:
parent
58336f9cdb
commit
ce1b31d8e4
BIN
.Xauthority
BIN
.Xauthority
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
Xcursor.size: 64
|
|
@ -9,5 +9,5 @@ nvim/
|
||||||
tg/conf.py
|
tg/conf.py
|
||||||
ungoogled-chromium/
|
ungoogled-chromium/
|
||||||
xm1/
|
xm1/
|
||||||
gtk-*/
|
#gtk-*/
|
||||||
gh/
|
gh/
|
||||||
|
|
|
@ -24,7 +24,10 @@ if status --is-login
|
||||||
|
|
||||||
# PATH additions
|
# PATH additions
|
||||||
# Local PATH
|
# Local PATH
|
||||||
set -gx PATH $PATH ~/.local/bin
|
#set -gx PATH $PATH ~/.local/bin
|
||||||
|
|
||||||
|
# add sbin
|
||||||
|
set -gx PATH $PATH /usr/local/sbin
|
||||||
|
|
||||||
## Julia
|
## Julia
|
||||||
#set -gx PATH $PATH /usr/local/share/julia/bin
|
#set -gx PATH $PATH /usr/local/share/julia/bin
|
||||||
|
@ -33,7 +36,7 @@ if status --is-login
|
||||||
set -gx PATH $PATH /usr/local/share/cargo/bin
|
set -gx PATH $PATH /usr/local/share/cargo/bin
|
||||||
|
|
||||||
# Java
|
# Java
|
||||||
set -gx PATH $PATH /usr/local/jdk-17/bin
|
#set -gx PATH $PATH /usr/local/jdk-17/bin
|
||||||
|
|
||||||
# Zig
|
# Zig
|
||||||
#set -gx PATH $PATH /usr/local/share/zig
|
#set -gx PATH $PATH /usr/local/share/zig
|
||||||
|
|
|
@ -3,7 +3,7 @@ gtk-theme-name=macOS-Catalina-Dark-1.0-dark
|
||||||
gtk-icon-theme-name=Os-Catalina-Night
|
gtk-icon-theme-name=Os-Catalina-Night
|
||||||
gtk-font-name=Sans 10
|
gtk-font-name=Sans 10
|
||||||
gtk-cursor-theme-name=Premium
|
gtk-cursor-theme-name=Premium
|
||||||
gtk-cursor-theme-size=0
|
gtk-cursor-theme-size=64
|
||||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
|
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
|
||||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||||
gtk-button-images=0
|
gtk-button-images=0
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
|
.authinfo.gpg
|
||||||
|
.bash*
|
||||||
.cache/
|
.cache/
|
||||||
|
.ca-certificates/
|
||||||
.dbus/
|
.dbus/
|
||||||
.emacs.d/
|
.emacs.d/
|
||||||
.gitconfig
|
.gitconfig
|
||||||
|
@ -9,12 +12,14 @@
|
||||||
.pki/
|
.pki/
|
||||||
pkg-readmes
|
pkg-readmes
|
||||||
.sndio/
|
.sndio/
|
||||||
.ssh/
|
.ssh*/
|
||||||
.vim/
|
.vim/
|
||||||
|
.Xauthority
|
||||||
.xsession-errors
|
.xsession-errors
|
||||||
Desktop/
|
Desktop/
|
||||||
Documents/
|
Documents/
|
||||||
Downloads/
|
Downloads/
|
||||||
|
Mail/
|
||||||
Music/
|
Music/
|
||||||
Pictures/
|
Pictures/
|
||||||
Programming/
|
Programming/
|
||||||
|
|
|
@ -0,0 +1,21 @@
|
||||||
|
IMAPAccount unix-talk
|
||||||
|
Host unix-talk.com
|
||||||
|
User admin@unix-talk.com
|
||||||
|
PassCmd "pass show unsafe/admin"
|
||||||
|
SSlType IMAPS
|
||||||
|
CertificateFile ~/.ca-certificates/unix-talk.crt
|
||||||
|
|
||||||
|
IMAPStore unix-talk-remote
|
||||||
|
Account unix-talk
|
||||||
|
|
||||||
|
MaildirStore unix-talk-local
|
||||||
|
SubFolders Verbatim
|
||||||
|
Path ~/Mail/
|
||||||
|
Inbox ~/Mail/Inbox
|
||||||
|
|
||||||
|
Channel unix-talk
|
||||||
|
Far :unix-talk-remote:
|
||||||
|
Near :unix-talk-local:
|
||||||
|
Patterns * #!Trash
|
||||||
|
Create Both
|
||||||
|
SyncState *
|
Loading…
Reference in New Issue