Compare commits
45 Commits
wsl2
...
f8fb141dbf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f8fb141dbf | ||
|
|
370e481660 | ||
|
|
5de2888735 | ||
|
|
f487fb1b0a | ||
|
|
4cc18e3095 | ||
|
|
2d3ace8225 | ||
|
|
776bcef1e7 | ||
|
|
ff61db13d4 | ||
|
|
2701360563 | ||
|
|
b46e263d32 | ||
|
|
7be5ed57da | ||
|
|
afcce178d7 | ||
|
|
7bd99a8afa | ||
|
|
5ab4606691 | ||
|
|
f136aaa030 | ||
|
|
8340512f17 | ||
|
|
88f17ff438 | ||
|
|
5948c1256a | ||
|
|
db4f52a064 | ||
|
|
2d510d289c | ||
|
|
6e20358ad6 | ||
|
|
fc6f51343d | ||
|
|
0e396c05b2 | ||
|
|
dc7a0d0987 | ||
|
|
7711e4156f | ||
|
|
c793146ebb | ||
|
|
56bfec57ca | ||
|
|
009385e3fd | ||
|
|
bf00633d7c | ||
|
|
db782bb84a | ||
|
|
70b7da4461 | ||
|
|
4b1509acf7 | ||
|
|
457fa93727 | ||
|
|
414317c19f | ||
|
|
2e14989a23 | ||
|
|
1839f9e875 | ||
|
|
c80216989c | ||
|
|
7c620dba19 | ||
|
|
d1ee31378d | ||
|
|
bf33a8bbd7 | ||
|
|
42deab7c3e | ||
|
|
ed2c9d2b6a | ||
|
|
3e4baa2b63 | ||
|
|
1d937b9316 | ||
|
|
75de8dcadb |
@@ -187,7 +187,6 @@ 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'
|
|
||||||
|
|
||||||
# User specific aliases and functions
|
# User specific aliases and functions
|
||||||
if [ -d ~/.bashrc.d ]; then
|
if [ -d ~/.bashrc.d ]; then
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
if [ -e "$HOME/.cargo" ]; then
|
|
||||||
source "$HOME/.cargo/env"
|
|
||||||
fi
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
if command -v java > /dev/null 2>&1; then
|
|
||||||
JAVA_HOME="$(dirname $(mise bin-paths | grep -i java))"
|
|
||||||
export JAVA_HOME
|
|
||||||
fi
|
|
||||||
@@ -3,4 +3,9 @@
|
|||||||
# Load Mise en dev
|
# Load Mise en dev
|
||||||
if command -v mise > /dev/null 2>&1; then
|
if command -v mise > /dev/null 2>&1; then
|
||||||
eval "$(mise activate bash)"
|
eval "$(mise activate bash)"
|
||||||
|
|
||||||
|
if mise ls | grep -i java; then
|
||||||
|
JAVA_HOME="$(dirname $(mise bin-paths | grep -i java))"
|
||||||
|
export JAVA_HOME
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -15,8 +15,7 @@ export QT_STYLE_OVERRIDE=kvantum
|
|||||||
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
||||||
|
|
||||||
export DOTFILES="$HOME/.dotfiles"
|
export DOTFILES="$HOME/.dotfiles"
|
||||||
export EDITOR="emacs -nw"
|
export EDITOR=nano
|
||||||
export VISUAL="emacs"
|
|
||||||
|
|
||||||
# SSH socket
|
# SSH socket
|
||||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/gcr/ssh"
|
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/gcr/ssh"
|
||||||
@@ -47,6 +46,8 @@ appendpath() {
|
|||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# appendpath "/home/linuxbrew/.linuxbrew/bin"
|
||||||
appendpath "$HOME/.local/bin"
|
appendpath "$HOME/.local/bin"
|
||||||
appendpath "$GOBIN"
|
appendpath "$GOBIN"
|
||||||
|
# appendpath "$HOME/.cargo/bin"
|
||||||
unset appendpath
|
unset appendpath
|
||||||
|
|||||||
@@ -5,12 +5,15 @@
|
|||||||
* root :elfeed:
|
* root :elfeed:
|
||||||
** Programming :programming:
|
** Programming :programming:
|
||||||
*** [[https://feeds.feedburner.com/TheHackersNews][Hacker News]] :news: :security:
|
*** [[https://feeds.feedburner.com/TheHackersNews][Hacker News]] :news: :security:
|
||||||
|
*** [[https://lewboski.dev/rss.xml][Lewboski Blog]] :linux: :kernel:
|
||||||
** FOSS News :news:
|
** FOSS News :news:
|
||||||
*** [[https://blog.linuxmint.com/?feed=rss2][Linux Mint Blog]] :blog: :linux: :linuxmint:
|
*** [[https://blog.linuxmint.com/?feed=rss2][Linux Mint Blog]] :blog: :linux: :linuxmint:
|
||||||
|
*** [[https://archlinux.org/feeds/news][Archlinux News]] :linux: :arch:
|
||||||
|
*** [[https://security.archlinux.org/advisory/feed.atom][Arch Security]] :linux: :arch: :security:
|
||||||
** Youtube :youtube:
|
** Youtube :youtube:
|
||||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCVls1GmFKf6WlTraIb_IaJg][DistroTube]] :emacs: :foss: :linux:
|
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCVls1GmFKf6WlTraIb_IaJg][DistroTube]] :emacs: :foss: :linux:
|
||||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCABhVAlCkcEG9a2UVruq9vw][Douglas Mortimer]] :fashion:
|
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCABhVAlCkcEG9a2UVruq9vw][Douglas Mortimer]] :fashion:
|
||||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCqZe2cxQNCvgkQxUuqsIaig][Esadecimale]] :emacs: :programming:
|
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCqZe2cxQNCvgkQxUuqsIaig][Esadecimale]] :emacs: :programming: :security:
|
||||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCnDDucQDLncrauOCmanCIgw][MorroLinux]] :linux: :foss:
|
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCnDDucQDLncrauOCmanCIgw][MorroLinux]] :linux: :foss:
|
||||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCDDG9vOcmgwlslJJpCWjqOg][Salvatore Sanfilippo]] :programming:
|
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCDDG9vOcmgwlslJJpCWjqOg][Salvatore Sanfilippo]] :programming:
|
||||||
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCrqM0Ym_NbK1fqeQG2VIohg][Tsoding Daily]] :emacs: :programming:
|
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCrqM0Ym_NbK1fqeQG2VIohg][Tsoding Daily]] :emacs: :programming:
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
'tools/project
|
'tools/project
|
||||||
'tools/lsp
|
'tools/lsp
|
||||||
'tools/dap
|
'tools/dap
|
||||||
;; 'tools/treesitter
|
'tools/treesitter
|
||||||
|
|
||||||
;; Languages
|
;; Languages
|
||||||
'lang/c
|
'lang/c
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
(load-theme 'nordic-night t)
|
(load-theme 'nordic-night t)
|
||||||
|
|
||||||
;; Setting default font
|
;; Setting default font
|
||||||
(set-frame-font "UbuntuSansMono Nerd Font 16" nil t)
|
(set-frame-font "UbuntuSansMono 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
|
||||||
|
|||||||
@@ -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 "pass show icloud-mail"
|
PassCmd "secret-tool lookup icloud-mail icloud"
|
||||||
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 "pass show protonmail-bridge"
|
PassCmd "secret-tool lookup protonmail-bridge protonmail"
|
||||||
AuthMechs *
|
AuthMechs *
|
||||||
SSLType STARTTLS
|
SSLType STARTTLS
|
||||||
PipelineDepth 1
|
PipelineDepth 1
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
[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
|
||||||
@@ -25,6 +24,13 @@
|
|||||||
|
|
||||||
[merge]
|
[merge]
|
||||||
conflictstyle = diff3
|
conflictstyle = diff3
|
||||||
|
tool = meld
|
||||||
|
|
||||||
|
[mergetool]
|
||||||
|
prompt = false
|
||||||
|
|
||||||
|
[diff]
|
||||||
|
tool = meld
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
ui = always
|
ui = always
|
||||||
@@ -75,6 +81,3 @@
|
|||||||
colorMoved = default
|
colorMoved = default
|
||||||
tabs = 4
|
tabs = 4
|
||||||
side-by-side = true
|
side-by-side = true
|
||||||
|
|
||||||
[credential]
|
|
||||||
helper = manager-core
|
|
||||||
|
|||||||
Reference in New Issue
Block a user