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
|
||||
signing_key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKDbZITpz5QrVIxPn9gKVWMPK+3W3YZZGszFOQvO/h7M
|
||||
hosts:
|
||||
xps:
|
||||
zn-macbook:
|
||||
# ansible_host: 192.168.3.3
|
||||
# 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
|
||||
line: "aur_builder ALL=(ALL) NOPASSWD: /usr/bin/pacman"
|
||||
create: yes
|
||||
mode: 0644
|
||||
mode: "0440"
|
||||
validate: "visudo -cf %s"
|
||||
|
||||
- name: Yay
|
||||
|
||||
@@ -36,3 +36,4 @@
|
||||
become_user: aur_builder
|
||||
aur:
|
||||
name: "{{ terminal_aur }}"
|
||||
use: yay
|
||||
|
||||
@@ -4,7 +4,7 @@ $browser = firefox
|
||||
bind = SUPER, Return, exec, $term
|
||||
bind = SUPER SHIFT, Return, exec, $browser
|
||||
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, 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_develop
|
||||
- role: server_ssh
|
||||
# - role: env_desktop
|
||||
- role: env_desktop
|
||||
|
||||
- name: Setup android
|
||||
hosts: android
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
export ROOT="`dirname "$0"`/.."
|
||||
MACHINE_NAME="$1"; shift
|
||||
|
||||
. $ROOT/scripts/with-env.sh
|
||||
# . $ROOT/scripts/with-env.sh
|
||||
|
||||
if [ -z "$MACHINE_NAME" ]; then
|
||||
echo "Usage: $0 <machine-name>"
|
||||
|
||||
Reference in New Issue
Block a user