1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-12 10:36:06 +02:00

fix fish install

This commit is contained in:
eoli3n 2020-01-04 21:32:08 +01:00
parent 7297f4456b
commit afd3b85b97
3 changed files with 8 additions and 9 deletions

View File

@ -18,13 +18,12 @@
![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/connman-gtk.png)
## Why using Ansible ?
Ansible allows to duplicate this Desktop Environment over multiple hosts with specific configuration (dualscreen, packages...).
All your nodes will have access to all configurations if
- your git repo is accessible from every nodes
- your current node ssh keys is authorized on all nodes
## Why dotfiles with Ansible ?
You should be able to edit and push from/to any managed hosts.
- Config files derivation by host or by OS with jinja2 templating
- It manage packages too
- Secrets with Ansible-vault
- Multiple hosts and ability to update a config on all hosts from a single command
## Test VMs|Containers
Please check ``vagrant/*/README.md`` and ``docker/*/README.md``

View File

@ -20,8 +20,8 @@
- name: Install pureprompt plugin
shell: |
fish -c "omf install pure"
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
fish -c "ln -s $OMF_PATH/themes/pure/conf.d/pure.fish ~/.config/fish/conf.d/pure.fish"
fish -c "ln -s $OMF_PATH/themes/pure/conf.d/_pure_init.fish ~/.config/fish/conf.d/pure_init.fish"
args:
creates: ~/.config/fish/conf.d/pure.fish

View File

@ -10,7 +10,7 @@ output * dpms on
exec --no-startup-id swaymsg 'exec xbindkeys &'
exec --no-startup-id swaymsg 'exec variety &'
exec --no-startup-id swaymsg 'exec firefox'
exec --no-startup-id swaymsg 'exec firefox -CreateProfile kiosk -no-remote -P "kiosk" -kiosk "www.gmail.com"'
exec --no-startup-id swaymsg 'exec firefox -private -kiosk "www.gmail.com"'
exec --no-startup-id swaymsg 'workspace $tag4; exec termite -e "screen -rd weechat &"'
exec --no-startup-id swaymsg 'workspace $tag2; exec termite -e "ssh-add" && termite'
#INCLUDE####################################################