mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-12-04 12:13:40 +01:00
Compare commits
No commits in common. "fa7faa1315d10fe212e70204d3d08d97505fbd6d" and "cc26e27390bc193285189b602d6906cb6b3533be" have entirely different histories.
fa7faa1315
...
cc26e27390
6 changed files with 5 additions and 8 deletions
|
@ -14,7 +14,4 @@
|
|||
[
|
||||
"Vintage",
|
||||
],
|
||||
"color_scheme": "auto",
|
||||
"dark_color_scheme": "Catppuccin Mocha.sublime-color-scheme",
|
||||
"light_color_scheme": "Catppuccin Latte.sublime-color-scheme",
|
||||
}
|
||||
|
|
|
@ -48,7 +48,7 @@ set -gx EDITOR nvim
|
|||
set -gx DJANGOPROJECT_DATA_DIR $HOME/.djangoproject
|
||||
|
||||
type -q mise && mise activate fish | source
|
||||
test -e {$HOME}/.config/fish/host.fish; and source {$HOME}/.config/fish/host.fish
|
||||
test -e {$HOME}/.config/fish/work.fish; and source {$HOME}/.config/fish/work.fish
|
||||
test -e {$HOME}/.config/fish/secrets.fish; and source {$HOME}/.config/fish/secrets.fish
|
||||
|
||||
set tide_character_icon '$'
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
function update_nvim_theme --description 'Update neovim theme with light/dark mode' --argument theme
|
||||
for addr in $NVIM_TMP_DIR/**/*
|
||||
for addr in /var/folders/7r/l55lwv013hl_g8gc971k7kgw0000gn/T/nvim.gaugendre/**/*
|
||||
nvim --server $addr --remote-send ":set background=$theme <cr>"
|
||||
end
|
||||
end
|
||||
|
|
|
@ -114,6 +114,6 @@
|
|||
helper = osxkeychain
|
||||
|
||||
[include]
|
||||
path = host.config
|
||||
path = work.config
|
||||
path = sendemail
|
||||
|
||||
|
|
|
@ -4,5 +4,5 @@ export LC_ALL=fr_FR.UTF-8
|
|||
[ command -v mise &> /dev/null ] && eval "$(mise activate bash)"
|
||||
|
||||
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
||||
[ -f ~/.host.bash ] && source ~/.host.bash
|
||||
[ -f ~/.work.bash ] && source ~/.work.bash
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Include host.config
|
||||
Include work.config
|
||||
|
||||
# Home
|
||||
Host ubuntu
|
||||
|
|
Loading…
Reference in a new issue