mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
template ansible scripts
This commit is contained in:
parent
ea84611850
commit
7a3758e6a0
@ -69,6 +69,10 @@ make PREFIX=/usr
|
||||
sudo make PREFIX=/usr install
|
||||
```
|
||||
|
||||
## Taskwarrior-tui
|
||||
|
||||
Download a release [here](https://github.com/kdheepak/taskwarrior-tui) and move to /usr/bin.
|
||||
|
||||
## PWA for Bitwarden
|
||||
|
||||
The default Bitwarden application kind of sucks so I use a [PWA plugin](https://github.com/filips123/PWAsForFirefox). Follow instructions to install rpm and adjust ID in i3 config to launch correct PWA for Bitwarden.
|
||||
|
@ -6,10 +6,10 @@ echo -e "Starting initial setup for Fedora..."
|
||||
sudo dnf -y update && sudo dnf install -y ansible
|
||||
|
||||
# Install ansible extensions
|
||||
ansible-galaxy install -r ~/.dotfiles/provision/requirements.yml
|
||||
ansible-galaxy install -r {{ .chezmoi.workingTree }}/provision/requirements.yml
|
||||
|
||||
# Goto playbook and run it
|
||||
cd ~/.dotfiles/provision
|
||||
cd {{ .chezmoi.workingTree }}/provision
|
||||
ansible-playbook setup.yml -i hosts --ask-become-pass
|
||||
|
||||
# Return to where you were
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
DIR="~/.dotfiles"
|
||||
DIR="~/.local/share/chezmoi"
|
||||
|
||||
SESSION="Dots"
|
||||
SESSIONEXISTS=$(tmux list-sessions | grep $SESSION)
|
||||
|
@ -4,7 +4,7 @@ set -e
|
||||
echo -e "Starting update for Fedora..."
|
||||
|
||||
# Goto playbook and run it
|
||||
cd ~/.dotfiles/provision
|
||||
cd {{ .chezmoi.workingTree }}/provision
|
||||
|
||||
# Install ansible and run playbook
|
||||
ansible-playbook setup.yml -i hosts --ask-become-pass --tags "$1" --skip-tags "once"
|
@ -95,6 +95,10 @@ for_window [con_mark="scratch-warden"] floating enable, \
|
||||
resize set 1000 px 800 px, \
|
||||
move position 780 px 320 px
|
||||
|
||||
for_window [con_mark="scratch-warrior"] floating enable, \
|
||||
resize set 1000 px 800 px, \
|
||||
move position 780 px 320 px
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
#----- BINDING APPLICATIONS TO WORKSPACE
|
||||
#-------------------------------------------------------------------------------
|
||||
@ -175,12 +179,12 @@ bindsym $mod+i exec steam
|
||||
# open scratchpads
|
||||
bindsym $mod+Shift+Return exec $HOME/.config/i3/scripts/scratch.sh \
|
||||
'scratch-term' 'kitty'
|
||||
|
||||
bindsym $mod+n exec $HOME/.config/i3/scripts/scratch.sh \
|
||||
'scratch-nnn' 'kitty -e nnn -d -e -H -r'
|
||||
|
||||
bindsym $mod+b exec --no-startup-id $HOME/.config/i3/scripts/scratch.sh \
|
||||
'scratch-warden' 'firefoxpwa site launch 01GKYZS658452DK05DVDCRF5V4'
|
||||
bindsym $mod+m exec $HOME/.config/i3/scripts/scratch.sh \
|
||||
'scratch-warrior' 'kitty -e taskwarrior-tui'
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
#----- AUTOSTART WITH I3
|
||||
|
@ -35,3 +35,7 @@ verbose=blank,footnote,label,new-id,affected,edit,special,project,sync,unwait
|
||||
#include no-color.theme
|
||||
|
||||
news.version=2.6.0
|
||||
|
||||
### taskwarrior-tui configuration options
|
||||
|
||||
uda.taskwarrior-tui.shortcuts.1=taskopen
|
||||
|
Loading…
x
Reference in New Issue
Block a user