mirror of
https://github.com/morten-olsen/configs.git
synced 2026-02-08 00:46:24 +01:00
from XPS
This commit is contained in:
@@ -28,6 +28,7 @@ desktops:
|
|||||||
name: Morten Olsen
|
name: Morten Olsen
|
||||||
signing_key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKDbZITpz5QrVIxPn9gKVWMPK+3W3YZZGszFOQvO/h7M
|
signing_key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKDbZITpz5QrVIxPn9gKVWMPK+3W3YZZGszFOQvO/h7M
|
||||||
hosts:
|
hosts:
|
||||||
|
xps:
|
||||||
zn-macbook:
|
zn-macbook:
|
||||||
# ansible_host: 192.168.3.3
|
# ansible_host: 192.168.3.3
|
||||||
# ansible_connection: ssh
|
# ansible_connection: ssh
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
export NODE_AUTH_TOKEN="op://jpksggxxmcuwnbwkooktr3iqcy/ut3yag6r7y4bsfrztahp7pcc6q/password"
|
|
||||||
export AWS_PROFILE="zeronorth"
|
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
path: /etc/sudoers.d/11-install-aur_builder
|
path: /etc/sudoers.d/11-install-aur_builder
|
||||||
line: "aur_builder ALL=(ALL) NOPASSWD: /usr/bin/pacman"
|
line: "aur_builder ALL=(ALL) NOPASSWD: /usr/bin/pacman"
|
||||||
create: yes
|
create: yes
|
||||||
mode: 0644
|
mode: "0440"
|
||||||
validate: "visudo -cf %s"
|
validate: "visudo -cf %s"
|
||||||
|
|
||||||
- name: Yay
|
- name: Yay
|
||||||
|
|||||||
@@ -36,3 +36,4 @@
|
|||||||
become_user: aur_builder
|
become_user: aur_builder
|
||||||
aur:
|
aur:
|
||||||
name: "{{ terminal_aur }}"
|
name: "{{ terminal_aur }}"
|
||||||
|
use: yay
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ $browser = firefox
|
|||||||
bind = SUPER, Return, exec, $term
|
bind = SUPER, Return, exec, $term
|
||||||
bind = SUPER SHIFT, Return, exec, $browser
|
bind = SUPER SHIFT, Return, exec, $browser
|
||||||
bind = SUPER, E, exec, $files
|
bind = SUPER, E, exec, $files
|
||||||
bind = SUPER, D, exec, killall wofi || wofi -show drun
|
bind = SUPER, D, exec, killall wofi || wofi --show drun
|
||||||
bind = SUPER SHIFT, B, exec, killall -SIGUSR2 waybar # Reload waybar
|
bind = SUPER SHIFT, B, exec, killall -SIGUSR2 waybar # Reload waybar
|
||||||
bind = SUPER, B, exec, killall -SIGUSR1 waybar # Hide waybar
|
bind = SUPER, B, exec, killall -SIGUSR1 waybar # Hide waybar
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +0,0 @@
|
|||||||
---
|
|
||||||
desktop_pkgs: []
|
|
||||||
desktop_casks: []
|
|
||||||
desktop_flatpaks: []
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
desktop_casks:
|
|
||||||
- jellyfin-media-player
|
|
||||||
- signal
|
|
||||||
- firefox
|
|
||||||
- tea
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
desktop_casks:
|
|
||||||
- slack
|
|
||||||
- notion
|
|
||||||
- aws-vpn-client
|
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
- role: env_terminal
|
- role: env_terminal
|
||||||
- role: env_develop
|
- role: env_develop
|
||||||
- role: server_ssh
|
- role: server_ssh
|
||||||
# - role: env_desktop
|
- role: env_desktop
|
||||||
|
|
||||||
- name: Setup android
|
- name: Setup android
|
||||||
hosts: android
|
hosts: android
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
export ROOT="`dirname "$0"`/.."
|
export ROOT="`dirname "$0"`/.."
|
||||||
MACHINE_NAME="$1"; shift
|
MACHINE_NAME="$1"; shift
|
||||||
|
|
||||||
. $ROOT/scripts/with-env.sh
|
# . $ROOT/scripts/with-env.sh
|
||||||
|
|
||||||
if [ -z "$MACHINE_NAME" ]; then
|
if [ -z "$MACHINE_NAME" ]; then
|
||||||
echo "Usage: $0 <machine-name>"
|
echo "Usage: $0 <machine-name>"
|
||||||
|
|||||||
Reference in New Issue
Block a user