Compare commits
37 Commits
main
...
e9623a96b0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e9623a96b0 | ||
|
|
75b43f669d | ||
|
|
64592c7af5 | ||
|
|
596f28512d | ||
|
|
a4b8af382a | ||
|
|
83212ea9f2 | ||
|
|
16ab7006c6 | ||
|
|
07795b9f04 | ||
|
|
07dfd8687a | ||
|
|
f81fb6d3fe | ||
|
|
d2a3fa082e | ||
|
|
e0487c8e2e | ||
|
|
fa1928af8d | ||
|
|
049c76c04a | ||
|
|
c375986e05 | ||
|
|
a18be1d18c | ||
|
|
5045102b6b | ||
|
|
9b0bdd7fc6 | ||
|
|
80e6cc23c3 | ||
|
|
aa1364ef29 | ||
|
|
32bf8c73a8 | ||
|
|
39000ec304 | ||
|
|
a3de598466 | ||
|
|
4915a1fce2 | ||
|
|
58773ba594 | ||
|
|
7b0d1bf03a | ||
|
|
fc1478567e | ||
|
|
44a425d2df | ||
|
|
16ca912724 | ||
|
|
babbceb247 | ||
|
|
f4d92f747e | ||
|
|
ca92392993 | ||
|
|
8a6e022bd6 | ||
|
|
366ea24fb5 | ||
|
|
385d306017 | ||
|
|
dd7498294a | ||
|
|
cd1a6c1252 |
@@ -187,6 +187,9 @@ alias paths='echo -e ${PATH//:/\\n}' # path: Echo all executable Paths
|
|||||||
alias userlist="cut -d: -f1 /etc/passwd | sort"
|
alias userlist="cut -d: -f1 /etc/passwd | sort"
|
||||||
alias ip='ip -color'
|
alias ip='ip -color'
|
||||||
alias stow='stow -d $DOTFILES '
|
alias stow='stow -d $DOTFILES '
|
||||||
|
alias em='emacsclient -t'
|
||||||
|
alias ssh='ssh.exe'
|
||||||
|
alias ssh-add='ssh-add.exe'
|
||||||
|
|
||||||
# User specific aliases and functions
|
# User specific aliases and functions
|
||||||
if [ -d ~/.bashrc.d ]; then
|
if [ -d ~/.bashrc.d ]; then
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
if command -v zoxide >/dev/null 2>&1; then
|
if command -v /home/linuxbrew/.linuxbrew/bin/zoxide >/dev/null 2>&1; then
|
||||||
eval "$(zoxide init bash)"
|
eval "$(/home/linuxbrew/.linuxbrew/bin/zoxide init bash)"
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
# for a list of all available themes
|
# for a list of all available themes
|
||||||
|
|
||||||
# Theme
|
# Theme
|
||||||
--theme="Coldark-Dark"
|
--theme="Catppuccin Mocha"
|
||||||
|
|
||||||
# Style
|
# Style
|
||||||
--style="header,changes,numbers"
|
--style="header,changes,numbers"
|
||||||
|
|||||||
@@ -7,16 +7,10 @@
|
|||||||
(use-package soothe-theme
|
(use-package soothe-theme
|
||||||
:ensure t)
|
:ensure t)
|
||||||
|
|
||||||
(use-package nordic-night-theme
|
(load-theme 'spolsky t)
|
||||||
:ensure t)
|
|
||||||
|
|
||||||
(use-package timu-caribbean-theme
|
|
||||||
:ensure t)
|
|
||||||
|
|
||||||
(load-theme 'nordic-night t)
|
|
||||||
|
|
||||||
;; Setting default font
|
;; Setting default font
|
||||||
(set-frame-font "UbuntuSansMono Nerd Font 14" nil t)
|
(set-frame-font "Iosevka Nerd Font 14" nil t)
|
||||||
|
|
||||||
;; Remove toolbar
|
;; Remove toolbar
|
||||||
(tool-bar-mode -1)
|
(tool-bar-mode -1)
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
(use-package mu4e
|
(use-package mu4e
|
||||||
:ensure nil
|
:ensure nil
|
||||||
:load-path "/usr/share/emacs/site-lisp/mu4e/"
|
;; :load-path "/usr/share/emacs/site-lisp/mu4e/"
|
||||||
:defer 20 ; Wait until 20 seconds after startup
|
:defer 20 ; Wait until 20 seconds after startup
|
||||||
:config
|
:config
|
||||||
;; This is set to 't' to avoid mail syncing issues when using mbsync
|
;; This is set to 't' to avoid mail syncing issues when using mbsync
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
mbsync -a & pid1=$!
|
mbsync Gmail & pid1=$!
|
||||||
wait $pid1
|
wait $pid1
|
||||||
|
|
||||||
mu index
|
mu index
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ IMAPStore iCloud-remote
|
|||||||
Host imap.mail.me.com
|
Host imap.mail.me.com
|
||||||
Port 993
|
Port 993
|
||||||
User fscottodisantolo@icloud.com
|
User fscottodisantolo@icloud.com
|
||||||
PassCmd "secret-tool lookup icloud-mail icloud"
|
PassCmd "pass show icloud-mail"
|
||||||
AuthMechs *
|
AuthMechs *
|
||||||
SSLType IMAPS
|
SSLType IMAPS
|
||||||
SSLVersions TLSv1.2 TLSv1.3
|
SSLVersions TLSv1.2 TLSv1.3
|
||||||
@@ -27,7 +27,7 @@ IMAPStore protonmail-remote
|
|||||||
Host 127.0.0.1
|
Host 127.0.0.1
|
||||||
Port 1143
|
Port 1143
|
||||||
User fscottodisantolo@protonmail.com
|
User fscottodisantolo@protonmail.com
|
||||||
PassCmd "secret-tool lookup protonmail-bridge protonmail"
|
PassCmd "pass show protonmail-bridge"
|
||||||
AuthMechs *
|
AuthMechs *
|
||||||
SSLType STARTTLS
|
SSLType STARTTLS
|
||||||
PipelineDepth 1
|
PipelineDepth 1
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.gitignore_global
|
excludesfile = ~/.gitignore_global
|
||||||
pager = delta
|
pager = delta
|
||||||
|
sshcommand = ssh.exe
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
name = Fabio Scotto di Santolo
|
name = Fabio Scotto di Santolo
|
||||||
@@ -24,13 +25,6 @@
|
|||||||
|
|
||||||
[merge]
|
[merge]
|
||||||
conflictstyle = diff3
|
conflictstyle = diff3
|
||||||
tool = meld
|
|
||||||
|
|
||||||
[mergetool]
|
|
||||||
prompt = false
|
|
||||||
|
|
||||||
[diff]
|
|
||||||
tool = meld
|
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
ui = always
|
ui = always
|
||||||
@@ -81,3 +75,6 @@
|
|||||||
colorMoved = default
|
colorMoved = default
|
||||||
tabs = 4
|
tabs = 4
|
||||||
side-by-side = true
|
side-by-side = true
|
||||||
|
|
||||||
|
[credential]
|
||||||
|
helper = manager-core
|
||||||
|
|||||||
@@ -253,6 +253,7 @@ format = "[$symbol]($style)"
|
|||||||
|
|
||||||
[os.symbols]
|
[os.symbols]
|
||||||
Arch = " "
|
Arch = " "
|
||||||
|
Bluefin = " "
|
||||||
Debian = " "
|
Debian = " "
|
||||||
EndeavourOS = " "
|
EndeavourOS = " "
|
||||||
Fedora = " "
|
Fedora = " "
|
||||||
|
|||||||
Reference in New Issue
Block a user