8 Commits

Author SHA1 Message Date
Fabio Scotto di Santolo
2646ae89cb Fix Zoxide configuration for Arch 2026-01-15 20:38:06 +01:00
Fabio Scotto di Santolo
e16bc7fb46 Clean shell configuration on Arch 2026-01-15 20:37:28 +01:00
Fabio Scotto di Santolo
a6ca6f2957 Disable treesitter configuration to Emacs 2026-01-13 14:37:05 +01:00
Fabio Scotto di Santolo
9d25d8cb3c Increase Emacs font size 2026-01-13 14:37:05 +01:00
Fabio Scotto di Santolo
e6b273f8a2 Change bat theme 2026-01-13 14:37:05 +01:00
Fabio Scotto di Santolo
a5e98eefe6 Fix starship 2026-01-13 14:37:05 +01:00
Fabio Scotto di Santolo
1facde8418 Change Emacs UI theme and font 2026-01-07 10:10:13 +01:00
Fabio Scotto di Santolo
65463fcfe3 Fix mu4e email sync 2026-01-07 10:10:13 +01:00
8 changed files with 15 additions and 13 deletions

View File

@@ -188,8 +188,6 @@ 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 /home/linuxbrew/.linuxbrew/bin/zoxide >/dev/null 2>&1; then
eval "$(/home/linuxbrew/.linuxbrew/bin/zoxide init bash)"
if command -v zoxide >/dev/null 2>&1; then
eval "$(zoxide init bash)"
fi

View File

@@ -15,7 +15,8 @@ export QT_STYLE_OVERRIDE=kvantum
export QT_AUTO_SCREEN_SCALE_FACTOR=1
export DOTFILES="$HOME/.dotfiles"
export EDITOR=nano
export EDITOR="emacs -nw"
export VISUAL="emacs"
# SSH socket
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/gcr/ssh"
@@ -46,8 +47,6 @@ appendpath() {
esac
}
# appendpath "/home/linuxbrew/.linuxbrew/bin"
appendpath "$HOME/.local/bin"
appendpath "$GOBIN"
# appendpath "$HOME/.cargo/bin"
unset appendpath

View File

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

View File

@@ -19,7 +19,7 @@
'tools/project
'tools/lsp
'tools/dap
'tools/treesitter
;; 'tools/treesitter
;; Languages
'lang/c

View File

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

View File

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

View File

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