Merge branch 'master' of ssh://git.olympuslab.net:522/afonso/dotfiles
This commit is contained in:
commit
14b6215464
6 changed files with 9 additions and 20 deletions
|
@ -4,7 +4,7 @@ import = ["~/.config/alacritty/themes/gruvbox_dark.toml"]
|
||||||
TERM = "xterm-256color"
|
TERM = "xterm-256color"
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 16.0
|
size = 14.0
|
||||||
|
|
||||||
[font.normal]
|
[font.normal]
|
||||||
family = "JetBrainsMono Nerd Font Mono"
|
family = "JetBrainsMono Nerd Font Mono"
|
||||||
|
|
|
@ -53,4 +53,3 @@
|
||||||
"vim-tpipeline": { "branch": "master", "commit": "5dd3832bd6e239feccb11cadca583cdcf9d5bda1" },
|
"vim-tpipeline": { "branch": "master", "commit": "5dd3832bd6e239feccb11cadca583cdcf9d5bda1" },
|
||||||
"vimtex": { "branch": "master", "commit": "9665df7f51ee24aa81dbd81782e0a22480209753" },
|
"vimtex": { "branch": "master", "commit": "9665df7f51ee24aa81dbd81782e0a22480209753" },
|
||||||
"zen-mode.nvim": { "branch": "main", "commit": "78557d972b4bfbb7488e17b5703d25164ae64e6a" }
|
"zen-mode.nvim": { "branch": "main", "commit": "78557d972b4bfbb7488e17b5703d25164ae64e6a" }
|
||||||
}
|
|
|
@ -16,6 +16,6 @@ set -g @resurrect-strategy-nvim 'session'
|
||||||
set -g @resurrect-capture-pane-contents 'on'
|
set -g @resurrect-capture-pane-contents 'on'
|
||||||
set -g @continuum-restore 'on'
|
set -g @continuum-restore 'on'
|
||||||
set -g @continuum-save-interval '5'
|
set -g @continuum-save-interval '5'
|
||||||
set -g @continuum-boot 'on'
|
#set -g @continuum-boot 'on'
|
||||||
set -g @continuum-boot-options 'alacritty'
|
#set -g @continuum-boot-options 'alacritty'
|
||||||
|
|
||||||
|
|
|
@ -21,4 +21,6 @@ enable-fzf-tab
|
||||||
source $HOME/.opam/opam-init/init.zsh > /dev/null 2>&1 || true
|
source $HOME/.opam/opam-init/init.zsh > /dev/null 2>&1 || true
|
||||||
|
|
||||||
eval "$(direnv hook zsh)"
|
eval "$(direnv hook zsh)"
|
||||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
if [[ $(uname) == "Darwin" ]]; then
|
||||||
|
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||||
|
fi
|
||||||
|
|
|
@ -1,20 +1,8 @@
|
||||||
# ~/.config/zsh/replacements.zsh
|
# ~/.config/zsh/replacements.zsh
|
||||||
|
|
||||||
ls() {
|
alias ls="eza --icons -l --sort type"
|
||||||
eza --icons -l --sort type "$@"
|
|
||||||
}
|
|
||||||
|
|
||||||
nvim() {
|
alias vim="nvim --listen /tmp/nvim.pipe"
|
||||||
/opt/homebrew/bin/nvim --listen /tmp/nvim.pipe "$@"
|
|
||||||
}
|
|
||||||
|
|
||||||
vim() {
|
|
||||||
/opt/homebrew/bin/nvim --listen /tmp/nvim.pipe "$@"
|
|
||||||
}
|
|
||||||
|
|
||||||
v() {
|
|
||||||
/opt/homebrew/bin/nvim --listen /tmp/nvim.pipe "$@"
|
|
||||||
}
|
|
||||||
|
|
||||||
alias lg="lazygit"
|
alias lg="lazygit"
|
||||||
alias calcurse-caldav='CALCURSE_CALDAV_PASSWORD=$(keyring get caldav afonso) calcurse-caldav'
|
alias calcurse-caldav='CALCURSE_CALDAV_PASSWORD=$(keyring get caldav afonso) calcurse-caldav'
|
||||||
|
|
2
.zshrc
2
.zshrc
|
@ -77,7 +77,7 @@ ZSH_THEME=""
|
||||||
# HIST_STAMPS="mm/dd/yyyy"
|
# HIST_STAMPS="mm/dd/yyyy"
|
||||||
|
|
||||||
# Would you like to use another custom folder than $ZSH/custom?
|
# Would you like to use another custom folder than $ZSH/custom?
|
||||||
ZSH_CUSTOM=/Users/afonso/.config/zsh
|
ZSH_CUSTOM=$HOME/.config/zsh
|
||||||
|
|
||||||
# Which plugins would you like to load?
|
# Which plugins would you like to load?
|
||||||
# Standard plugins can be found in $ZSH/plugins/
|
# Standard plugins can be found in $ZSH/plugins/
|
||||||
|
|
Loading…
Reference in a new issue