37 Commits

Author SHA1 Message Date
Fabio Scotto di Santolo
e9623a96b0 Fix Projectile paths 2026-01-07 09:31:19 +01:00
Fabio Scotto di Santolo
75b43f669d Added dircolors file 2026-01-07 09:31:19 +01:00
Fabio Scotto di Santolo
64592c7af5 Change Emacs theme 2026-01-07 09:31:19 +01:00
Fabio Scotto di Santolo
596f28512d Fix Bash configuration 2026-01-07 09:31:19 +01:00
Fabio Scotto di Santolo
a4b8af382a Added Orderless completion Emacs 2026-01-07 09:31:19 +01:00
Fabio Scotto di Santolo
83212ea9f2 Added Emacs dashboard 2026-01-07 09:31:19 +01:00
Fabio Scotto di Santolo
16ab7006c6 Configuring Org Mode on Emacs 2026-01-07 09:31:19 +01:00
Fabio Scotto di Santolo
07795b9f04 Added Emacs modes for JSON and Markdown 2026-01-07 09:31:19 +01:00
Fabio Scotto di Santolo
07dfd8687a Added snippets for Emacs 2026-01-07 09:31:19 +01:00
Fabio Scotto di Santolo
f81fb6d3fe Added YAML and Dockerfile treesitter grammar 2026-01-07 09:31:19 +01:00
Fabio Scotto di Santolo
d2a3fa082e Compact Emacs C-lang configuration 2026-01-07 09:31:19 +01:00
Fabio Scotto di Santolo
e0487c8e2e Organize Emacs configuration 2026-01-07 09:31:19 +01:00
Fabio Scotto di Santolo
fa1928af8d Fix keybindings module 2026-01-07 09:31:19 +01:00
Fabio Scotto di Santolo
049c76c04a Added declarative abstraction for loading module 2026-01-07 09:31:17 +01:00
Fabio Scotto di Santolo
c375986e05 Split Emacs configuration in modules 2026-01-07 09:30:10 +01:00
Fabio Scotto di Santolo
a18be1d18c Intellij debug layout 2026-01-07 09:25:07 +01:00
Fabio Scotto di Santolo
5045102b6b Fix Bash configuration 2025-12-18 12:15:36 +01:00
Fabio Scotto di Santolo
9b0bdd7fc6 Configure DAP for C/C++ 2025-12-17 11:11:58 +01:00
Fabio Scotto di Santolo
80e6cc23c3 Added aliases for use SSH Windows implementation 2025-12-16 17:10:12 +01:00
Fabio Scotto di Santolo
aa1364ef29 Configure LSP for Shell Development 2025-12-16 17:08:25 +01:00
Fabio Scotto di Santolo
32bf8c73a8 Configure LSP for C development 2025-12-16 17:08:25 +01:00
Fabio Scotto di Santolo
39000ec304 Improved init performance and added configuration for LSP and DAP 2025-12-16 17:08:25 +01:00
Fabio Scotto di Santolo
a3de598466 Added package Elfeed Org in the Emacs custom config 2025-12-16 17:08:25 +01:00
Fabio Scotto di Santolo
4915a1fce2 Fix Starship prompt 2025-12-16 17:08:25 +01:00
Fabio Scotto di Santolo
58773ba594 Add LSP, Flycheck and others in the Emacs configuration 2025-12-12 09:20:25 +01:00
Fabio Scotto di Santolo
7b0d1bf03a Change Emacs configuration 2025-12-12 09:20:25 +01:00
Fabio Scotto di Santolo
fc1478567e Fix path loading in .profile 2025-12-02 09:58:42 +01:00
Fabio Scotto di Santolo
44a425d2df Fix Mise commit 2025-12-02 09:52:04 +01:00
Fabio Scotto di Santolo
16ca912724 Fix Mise loading 2025-12-02 09:49:07 +01:00
Fabio Scotto di Santolo
babbceb247 Align Sway and i3 configurations 2025-12-01 12:09:40 +01:00
Fabio Scotto di Santolo
f4d92f747e Added Wayland environment with Sway 2025-12-01 12:09:40 +01:00
Fabio Scotto di Santolo
ca92392993 Change Rofi theme 2025-11-28 16:13:51 +01:00
Fabio Scotto di Santolo
8a6e022bd6 Add Youtube RSS feeds 2025-11-28 16:13:51 +01:00
Fabio Scotto di Santolo
366ea24fb5 Fix SMTP client config 2025-11-28 16:13:51 +01:00
Fabio Scotto di Santolo
385d306017 Update mu4e configuration
- Added ProtonMail account
- Added iCloud Mail account
- Remove Gmail account
2025-11-28 16:13:51 +01:00
Fabio Scotto di Santolo
dd7498294a Added Emacs Client alias 2025-10-30 16:20:38 +01:00
Fabio Scotto di Santolo
cd1a6c1252 Fix .gitconfig for WSL 2025-10-30 15:41:34 +01:00
9 changed files with 17 additions and 22 deletions

View File

@@ -187,6 +187,9 @@ alias paths='echo -e ${PATH//:/\\n}' # path: Echo all executable Paths
alias userlist="cut -d: -f1 /etc/passwd | sort"
alias ip='ip -color'
alias stow='stow -d $DOTFILES '
alias em='emacsclient -t'
alias ssh='ssh.exe'
alias ssh-add='ssh-add.exe'
# User specific aliases and functions
if [ -d ~/.bashrc.d ]; then

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
if command -v zoxide >/dev/null 2>&1; then
eval "$(zoxide init bash)"
if command -v /home/linuxbrew/.linuxbrew/bin/zoxide >/dev/null 2>&1; then
eval "$(/home/linuxbrew/.linuxbrew/bin/zoxide init bash)"
fi

View File

@@ -6,7 +6,7 @@
# for a list of all available themes
# Theme
--theme="Coldark-Dark"
--theme="Catppuccin Mocha"
# Style
--style="header,changes,numbers"

View File

@@ -7,16 +7,10 @@
(use-package soothe-theme
:ensure t)
(use-package nordic-night-theme
:ensure t)
(use-package timu-caribbean-theme
:ensure t)
(load-theme 'nordic-night t)
(load-theme 'spolsky t)
;; Setting default font
(set-frame-font "UbuntuSansMono Nerd Font 14" nil t)
(set-frame-font "Iosevka Nerd Font 14" nil t)
;; Remove toolbar
(tool-bar-mode -1)

View File

@@ -2,7 +2,7 @@
(use-package mu4e
: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
:config
;; This is set to 't' to avoid mail syncing issues when using mbsync

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env sh
mbsync -a & pid1=$!
mbsync Gmail & pid1=$!
wait $pid1
mu index

View File

@@ -3,7 +3,7 @@ IMAPStore iCloud-remote
Host imap.mail.me.com
Port 993
User fscottodisantolo@icloud.com
PassCmd "secret-tool lookup icloud-mail icloud"
PassCmd "pass show icloud-mail"
AuthMechs *
SSLType IMAPS
SSLVersions TLSv1.2 TLSv1.3
@@ -27,7 +27,7 @@ IMAPStore protonmail-remote
Host 127.0.0.1
Port 1143
User fscottodisantolo@protonmail.com
PassCmd "secret-tool lookup protonmail-bridge protonmail"
PassCmd "pass show protonmail-bridge"
AuthMechs *
SSLType STARTTLS
PipelineDepth 1

View File

@@ -4,6 +4,7 @@
[core]
excludesfile = ~/.gitignore_global
pager = delta
sshcommand = ssh.exe
[user]
name = Fabio Scotto di Santolo
@@ -24,13 +25,6 @@
[merge]
conflictstyle = diff3
tool = meld
[mergetool]
prompt = false
[diff]
tool = meld
[color]
ui = always
@@ -81,3 +75,6 @@
colorMoved = default
tabs = 4
side-by-side = true
[credential]
helper = manager-core

View File

@@ -253,6 +253,7 @@ format = "[$symbol]($style)"
[os.symbols]
Arch = " "
Bluefin = " "
Debian = " "
EndeavourOS = " "
Fedora = " "