Add almighty machine
This commit is contained in:
parent
2ceae5e293
commit
5a3ec56f81
3 changed files with 10 additions and 1 deletions
8
.dotter/almighty.toml
Normal file
8
.dotter/almighty.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
packages = ["cli", "dev", "mise", "hyprland"]
|
||||
|
||||
[files]
|
||||
|
||||
[variables]
|
||||
nvim-core = true
|
||||
nvim-base = true
|
||||
nvim-ide = true
|
||||
|
|
@ -76,6 +76,7 @@ cargo.packages = []
|
|||
"config/mako" = "~/.config/mako"
|
||||
"config/swappy" = "~/.config/swappy"
|
||||
"config/waybar" = "~/.config/waybar/"
|
||||
"config/ironbar" = { target = "~/.config/ironbar/", type = "symbolic" }
|
||||
|
||||
[hyprland]
|
||||
depends = ["wm"]
|
||||
|
|
|
|||
2
.dotter/pre_deploy.sh
Normal file → Executable file
2
.dotter/pre_deploy.sh
Normal file → Executable file
|
|
@ -2,7 +2,7 @@
|
|||
# shellcheck disable=all
|
||||
# This is a handlerbars template, so ignore issues
|
||||
|
||||
set -euo pipefail
|
||||
set -xeuo pipefail
|
||||
|
||||
checksum_file=".dotter/cache/pre_deploy.checksum"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue