Skip to content

Commit 6e7ea11

Browse files
committed
Update
1 parent d846cf9 commit 6e7ea11

File tree

284 files changed

+131
-20115
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

284 files changed

+131
-20115
lines changed

00_Init.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

01_Init.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
- name: "Step 00: Init"
3+
hosts: DESKTOP
4+
become: yes
5+
roles:
6+
- role: 01_Init/install_applications
7+
- role: 01_Init/make_directories
8+
- role: 01_Init/make_links

01_Workstation.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

02_Profile.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

02_Workstation.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
- name: "Step 02: Workstation"
3+
hosts: DESKTOP
4+
become: no
5+
roles:
6+
- role: 02_Workstation/bluetooth
7+
- role: 02_Workstation/grub
8+
- role: 02_Workstation/keychron
9+
- role: 02_Workstation/ssh
10+
- role: 02_Workstation/sysctl
11+
- role: 02_Workstation/units

03_Applications.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

03_Profile.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
- name: "Step 03: Profile"
3+
hosts: DESKTOP
4+
become: no
5+
roles:
6+
- role: 03_Profile/avatars
7+
- role: 03_Profile/bash
8+
- role: 03_Profile/dunst
9+
- role: 03_Profile/gtk
10+
- role: 03_Profile/i3
11+
- role: 03_Profile/polybar
12+
- role: 03_Profile/rofi
13+
- role: 03_Profile/wallpapers
14+
- role: 03_Profile/xinit
15+
- role: 03_Profile/zsh

04_Applications.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
- name: "Step 03: Applications"
3+
hosts: DESKTOP
4+
become: no
5+
roles:
6+
- role: 04_Applications/alacritty
7+
- role: 04_Applications/btop
8+
- role: 04_Applications/flameshot
9+
- role: 04_Applications/git
10+
- role: 04_Applications/glow
11+
- role: 04_Applications/helix
12+
- role: 04_Applications/k9s
13+
- role: 04_Applications/lazygit
14+
- role: 04_Applications/mc
15+
- role: 04_Applications/newsboat
16+
- role: 04_Applications/nvim
17+
- role: 04_Applications/pacseek
18+
- role: 04_Applications/pyradio
19+
- role: 04_Applications/ranger
20+
- role: 04_Applications/taskwarrior
21+
- role: 04_Applications/tmux
22+
- role: 04_Applications/vim
23+
- role: 04_Applications/zathura
File renamed without changes.

playbook.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)