mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
fix fish install
This commit is contained in:
parent
fcbd3b9eb4
commit
5ff8aae3ee
@ -1,3 +0,0 @@
|
|||||||
[server]
|
|
||||||
[laptop]
|
|
||||||
[desktop]
|
|
@ -17,6 +17,7 @@
|
|||||||
ln -s $OMF_PATH/themes/pure/conf.d/pure.fish ~/.config/fish/conf.d/pure.fish
|
ln -s $OMF_PATH/themes/pure/conf.d/pure.fish ~/.config/fish/conf.d/pure.fish
|
||||||
ln -s $OMF_PATH/themes/pure/conf.d/_pure_init.fish ~/.config/fish/conf.d/pure_init.fish
|
ln -s $OMF_PATH/themes/pure/conf.d/_pure_init.fish ~/.config/fish/conf.d/pure_init.fish
|
||||||
args:
|
args:
|
||||||
|
executable: /usr/bin/fish
|
||||||
creates: ~/.config/fish/conf.d/pure.fish
|
creates: ~/.config/fish/conf.d/pure.fish
|
||||||
|
|
||||||
- name: check git plugin install
|
- name: check git plugin install
|
||||||
@ -27,6 +28,8 @@
|
|||||||
|
|
||||||
- name: Install git plugin
|
- name: Install git plugin
|
||||||
shell: omf install https://github.com/jhillyerd/plugin-git
|
shell: omf install https://github.com/jhillyerd/plugin-git
|
||||||
|
args:
|
||||||
|
executable: /usr/bin/fish
|
||||||
when: gitcheck is failed
|
when: gitcheck is failed
|
||||||
|
|
||||||
- name: Globale fish configuration
|
- name: Globale fish configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user