Compare commits
No commits in common. "e5a843972a127b0d58394dcbab8644bfbecfb1b9" and "e8eeb0e76883b0562fd87a83408bc1675f68f8af" have entirely different histories.
e5a843972a
...
e8eeb0e768
@ -1170,7 +1170,7 @@ initial_window_height 25c
|
|||||||
#: The foreground and background colors.
|
#: The foreground and background colors.
|
||||||
|
|
||||||
# background_opacity 1.0
|
# background_opacity 1.0
|
||||||
background_opacity 0.8
|
background_opacity 0.85
|
||||||
|
|
||||||
#: The opacity of the background. A number between zero and one, where
|
#: The opacity of the background. A number between zero and one, where
|
||||||
#: one is opaque and zero is fully transparent. This will only work if
|
#: one is opaque and zero is fully transparent. This will only work if
|
||||||
|
@ -40,14 +40,13 @@ if [[ ! -f "$HOME/.zshrc" ]]; then
|
|||||||
if [[ -f ${DOTFILES}/zsh/antibody_plugins.txt ]]; then
|
if [[ -f ${DOTFILES}/zsh/antibody_plugins.txt ]]; then
|
||||||
# Installing natively on archlinux, manjaro
|
# Installing natively on archlinux, manjaro
|
||||||
if grep -i archlinux /proc/version || grep -i manjaro /proc/version; then
|
if grep -i archlinux /proc/version || grep -i manjaro /proc/version; then
|
||||||
yay -S --no-confirm zsh-antidote
|
yay -S --no-confirm antibody-bin
|
||||||
else
|
else
|
||||||
git clone --depth=1 https://github.com/mattmc3/antidote.git ${ZDOTDIR:-$HOME}/.antidote
|
curl -sfL git.io/antibody | sudo sh -s - -b /usr/local/bin
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p ~/.zsh/conf.d
|
mkdir -p ~/.zsh/conf.d
|
||||||
source /usr/share/zsh-antidote/antidote.zsh
|
antibody bundle < ${DOTFILES}/zsh/antibody_plugins.txt > ~/.zsh/conf.d/000_antibody.zsh
|
||||||
antidote bundle < ${DOTFILES}/zsh/antibody_plugins.txt > ~/.zsh/conf.d/000_antidote.zsh
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Copying tmux configuration file and initialize plugins.
|
# Copying tmux configuration file and initialize plugins.
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
" nix specific settings.
|
|
||||||
set softtabstop=2
|
|
||||||
set shiftwidth=2
|
|
@ -1,6 +1,7 @@
|
|||||||
ohmyzsh/ohmyzsh path:plugins/command-not-found
|
ohmyzsh/ohmyzsh path:plugins/command-not-found
|
||||||
ohmyzsh/ohmyzsh path:plugins/common-aliases
|
ohmyzsh/ohmyzsh path:plugins/common-aliases
|
||||||
ohmyzsh/ohmyzsh path:plugins/copyfile
|
ohmyzsh/ohmyzsh path:plugins/copyfile
|
||||||
|
ohmyzsh/ohmyzsh path:plugins/fd
|
||||||
ohmyzsh/ohmyzsh path:plugins/fzf
|
ohmyzsh/ohmyzsh path:plugins/fzf
|
||||||
ohmyzsh/ohmyzsh path:plugins/git
|
ohmyzsh/ohmyzsh path:plugins/git
|
||||||
ohmyzsh/ohmyzsh path:plugins/pip
|
ohmyzsh/ohmyzsh path:plugins/pip
|
||||||
|
6
zshrc
6
zshrc
@ -18,9 +18,9 @@ if [[ -f ${DOTFILES}/zsh/distro.base.zsh ]]; then
|
|||||||
source ${DOTFILES}/zsh/distro.base.zsh
|
source ${DOTFILES}/zsh/distro.base.zsh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Loading antidote
|
# Antigen config - if configuration file exists.
|
||||||
if [[ -f /usr/share/zsh-antidote/antidote.zsh ]]; then
|
if [[ -f ${HOME}/.zsh/antigen.conf.zsh ]]; then
|
||||||
source /usr/share/zsh-antidote/antidote.zsh
|
source ${HOME}/.zsh/antigen.conf.zsh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# configuring fzf plugin for tmux
|
# configuring fzf plugin for tmux
|
||||||
|
Loading…
Reference in New Issue
Block a user