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
|
||||
ungoogled-chromium/
|
||||
xm1/
|
||||
gtk-*/
|
||||
#gtk-*/
|
||||
gh/
|
||||
|
|
|
@ -24,7 +24,10 @@ if status --is-login
|
|||
|
||||
# PATH additions
|
||||
# Local PATH
|
||||
set -gx PATH $PATH ~/.local/bin
|
||||
#set -gx PATH $PATH ~/.local/bin
|
||||
|
||||
# add sbin
|
||||
set -gx PATH $PATH /usr/local/sbin
|
||||
|
||||
## Julia
|
||||
#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
|
||||
|
||||
# Java
|
||||
set -gx PATH $PATH /usr/local/jdk-17/bin
|
||||
#set -gx PATH $PATH /usr/local/jdk-17/bin
|
||||
|
||||
# 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-font-name=Sans 10
|
||||
gtk-cursor-theme-name=Premium
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-cursor-theme-size=64
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-button-images=0
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
.authinfo.gpg
|
||||
.bash*
|
||||
.cache/
|
||||
.ca-certificates/
|
||||
.dbus/
|
||||
.emacs.d/
|
||||
.gitconfig
|
||||
|
@ -9,12 +12,14 @@
|
|||
.pki/
|
||||
pkg-readmes
|
||||
.sndio/
|
||||
.ssh/
|
||||
.ssh*/
|
||||
.vim/
|
||||
.Xauthority
|
||||
.xsession-errors
|
||||
Desktop/
|
||||
Documents/
|
||||
Downloads/
|
||||
Mail/
|
||||
Music/
|
||||
Pictures/
|
||||
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