Fix(dotfiles): replace AUR by wget method to install antibody
This commit is contained in:
parent
6c9aa94e83
commit
a9f7daa4f0
@ -2,8 +2,7 @@ zsh-users/zsh-syntax-highlighting
|
|||||||
zsh-users/zsh-autosuggestions
|
zsh-users/zsh-autosuggestions
|
||||||
zsh-users/zsh-history-substring-search
|
zsh-users/zsh-history-substring-search
|
||||||
desyncr/auto-ls
|
desyncr/auto-ls
|
||||||
changyuheng/fz
|
andrewferrier/fzf-z
|
||||||
rupa/z
|
|
||||||
|
|
||||||
https://github.com/denysdovhan/spaceship-prompt spaceship
|
https://github.com/denysdovhan/spaceship-prompt spaceship
|
||||||
|
|
||||||
|
@ -28,6 +28,9 @@ bindkey -M vicmd 'j' history-substring-search-down
|
|||||||
source /usr/share/fzf/key-bindings.zsh
|
source /usr/share/fzf/key-bindings.zsh
|
||||||
source /usr/share/fzf/completion.zsh
|
source /usr/share/fzf/completion.zsh
|
||||||
|
|
||||||
|
# fzf-z
|
||||||
|
export FZFZ_EXTRA_DIRS="/media/documents/"
|
||||||
|
|
||||||
# Alias
|
# Alias
|
||||||
alias notes="vim -c Note"
|
alias notes="vim -c Note"
|
||||||
# taskwarrior alias
|
# taskwarrior alias
|
||||||
|
@ -37,13 +37,14 @@
|
|||||||
with_items: "{{ me }}"
|
with_items: "{{ me }}"
|
||||||
when: not minimal and not server
|
when: not minimal and not server
|
||||||
|
|
||||||
- name: Install Antibody
|
- name: Download antibody
|
||||||
aur:
|
get_url: url=git.io/antibody dest=/tmp/antibody.sh
|
||||||
name: antibody
|
|
||||||
use: makepkg
|
- name: Execute the antibody.sh
|
||||||
skip_installed: true
|
shell: /tmp/antibody.sh
|
||||||
become: yes
|
|
||||||
become_user: aur_builder
|
- name: Remove the antibody.sh
|
||||||
|
file: path=/tmp/antibody.sh state=absent
|
||||||
|
|
||||||
- name: Copy local zshrc
|
- name: Copy local zshrc
|
||||||
template:
|
template:
|
||||||
|
Loading…
Reference in New Issue
Block a user