mirror of
https://github.com/BigfootACA/arch-image-builder.git
synced 2024-11-11 08:37:54 +08:00
Compare commits
1 Commits
9d6551cc1a
...
81fda024bd
Author | SHA1 | Date | |
---|---|---|---|
81fda024bd |
@ -5,6 +5,7 @@ sysconf:
|
||||
- name: alarm
|
||||
password: alarm
|
||||
groups: wheel
|
||||
shell: /bin/zsh
|
||||
- name: root
|
||||
uid: 0
|
||||
password: root
|
||||
|
@ -33,6 +33,7 @@ pacman:
|
||||
- yay
|
||||
- btop
|
||||
- chromium
|
||||
- oh-my-zsh-git
|
||||
- box64-sd8g2-git
|
||||
- ayn-odin2-meta
|
||||
- base-devel
|
||||
@ -125,6 +126,18 @@ filesystem:
|
||||
</logicalmonitor>
|
||||
</configuration>
|
||||
</monitors>
|
||||
- path: /etc/skel/.zshrc
|
||||
stage: pre-user
|
||||
content: |
|
||||
ZSH=/usr/share/oh-my-zsh/
|
||||
ZSH_THEME="ys"
|
||||
plugins=(git)
|
||||
ZSH_CACHE_DIR=$$HOME/.cache/oh-my-zsh
|
||||
if [[ ! -d $$ZSH_CACHE_DIR ]]; then
|
||||
mkdir $$ZSH_CACHE_DIR
|
||||
fi
|
||||
source $$ZSH/oh-my-zsh.sh
|
||||
setopt nonomatch
|
||||
|
||||
sysconf:
|
||||
chassis: handset
|
||||
|
@ -21,7 +21,20 @@ locale:
|
||||
|
||||
filesystem:
|
||||
files:
|
||||
# Windows NTP Server
|
||||
|
||||
# Wireless regulatory
|
||||
# - path: /etc/conf.d/wireless-regdom
|
||||
# content: |
|
||||
# WIRELESS_REGDOM="CN"
|
||||
|
||||
# China accelerated DNS
|
||||
# - path: /etc/systemd/resolved.conf.d/cn-dns.conf
|
||||
# content: |
|
||||
# [Resolve]
|
||||
# DNS=114.114.114.114 119.29.29.29
|
||||
# FallbackDNS=114.114.114.114 119.29.29.29
|
||||
|
||||
# China accelerated NTP Server
|
||||
- path: /etc/systemd/timesyncd.conf.d/windows-ntp.conf
|
||||
content: |
|
||||
[Time]
|
||||
@ -46,5 +59,9 @@ sysconf:
|
||||
GTK_IM_MODULE: ibus
|
||||
QT_IM_MODULE: ibus
|
||||
XMODIFIERS: '@im=ibus'
|
||||
TZ: Asia/Shanghai
|
||||
# COUNTRY: CN
|
||||
# LANG: zh_CN.UTF-8
|
||||
# LANGUAGE: zh_CN.UTF-8
|
||||
# LC_ALL: zh_CN.UTF-8
|
||||
# TZ: Asia/Shanghai
|
||||
timezone: Asia/Shanghai
|
||||
|
9
configs/repo/renegade-project-azure.yaml
Normal file
9
configs/repo/renegade-project-azure.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
pacman:
|
||||
repo:
|
||||
- name: renegade-project
|
||||
priority: 200
|
||||
server: https://mollytek.blob.core.windows.net/maoli/mirror/arch/$$arch
|
||||
trust:
|
||||
- renegade-project@classfun.cn
|
||||
install:
|
||||
- renegade-project/renegade-project-keyring
|
@ -1,24 +0,0 @@
|
||||
pacman:
|
||||
install:
|
||||
- zsh
|
||||
- oh-my-zsh-git
|
||||
filesystem:
|
||||
files:
|
||||
- path: /etc/skel/.bashrc
|
||||
stage: pre-user
|
||||
content: |
|
||||
if [ -n "$$BASH" ] && [[ "$$-" = *i* ]]; then
|
||||
exec zsh
|
||||
fi
|
||||
- path: /etc/skel/.zshrc
|
||||
stage: pre-user
|
||||
content: |
|
||||
ZSH=/usr/share/oh-my-zsh/
|
||||
ZSH_THEME="ys"
|
||||
plugins=(git)
|
||||
ZSH_CACHE_DIR=$$HOME/.cache/oh-my-zsh
|
||||
if [[ ! -d $$ZSH_CACHE_DIR ]]; then
|
||||
mkdir $$ZSH_CACHE_DIR
|
||||
fi
|
||||
source $$ZSH/oh-my-zsh.sh
|
||||
setopt nonomatch
|
@ -13,7 +13,7 @@ image:
|
||||
sector: 512
|
||||
partitions:
|
||||
- type: filesystem
|
||||
ptype: efi
|
||||
ptype: microsoft-basic-data
|
||||
pname: esp
|
||||
size: 512MiB
|
||||
fsname: ESP
|
||||
|
Loading…
Reference in New Issue
Block a user