Compare commits
45 Commits
f8fb141dbf
...
wsl2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2646ae89cb | ||
|
|
e16bc7fb46 | ||
|
|
a6ca6f2957 | ||
|
|
9d25d8cb3c | ||
|
|
e6b273f8a2 | ||
|
|
a5e98eefe6 | ||
|
|
1facde8418 | ||
|
|
65463fcfe3 | ||
|
|
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,7 @@ 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
|
||||||
|
|||||||
5
bash/.bashrc.d/cargo.sh
Executable file
5
bash/.bashrc.d/cargo.sh
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
if [ -e "$HOME/.cargo" ]; then
|
||||||
|
source "$HOME/.cargo/env"
|
||||||
|
fi
|
||||||
6
bash/.bashrc.d/java.sh
Executable file
6
bash/.bashrc.d/java.sh
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/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,9 +3,4 @@
|
|||||||
# 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,7 +15,8 @@ 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=nano
|
export EDITOR="emacs -nw"
|
||||||
|
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"
|
||||||
@@ -46,8 +47,6 @@ 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,15 +5,12 @@
|
|||||||
* 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: :security:
|
*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCqZe2cxQNCvgkQxUuqsIaig][Esadecimale]] :emacs: :programming:
|
||||||
*** [[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 14" nil t)
|
(set-frame-font "UbuntuSansMono Nerd Font 16" 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 "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
|
||||||
|
|||||||
Reference in New Issue
Block a user