diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/myconf/cfgl_meta | 8 | ||||
-rw-r--r-- | etc/pacman.conf | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/etc/myconf/cfgl_meta b/etc/myconf/cfgl_meta index 6cac2d2c..21a396de 100644 --- a/etc/myconf/cfgl_meta +++ b/etc/myconf/cfgl_meta @@ -48,6 +48,8 @@ 644 root root //etc/systemd/system/paccache.service.d/10-remove-all.conf 755 root root //home 700 xyz wheel //home/xyz +700 xyz wheel //home/xyz/.abook +644 xyz wheel //home/xyz/.abook/abookrc 644 xyz wheel //home/xyz/.bashrc 755 xyz wheel //home/xyz/.config 755 xyz wheel //home/xyz/.config/alacritty @@ -81,6 +83,10 @@ 644 xyz wheel //home/xyz/.config/myconf/sye 644 xyz wheel //home/xyz/.config/myconf/syue 644 xyz wheel //home/xyz/.config/myconf/upd_rsync_files +755 xyz wheel //home/xyz/.config/neomutt +644 xyz wheel //home/xyz/.config/neomutt/mail +644 xyz wheel //home/xyz/.config/neomutt/mail2 +644 xyz wheel //home/xyz/.config/neomutt/neomuttrc 755 xyz wheel //home/xyz/.config/nvim 644 xyz wheel //home/xyz/.config/nvim/init.vim 755 xyz wheel //home/xyz/.config/phosh @@ -102,6 +108,7 @@ 755 xyz wheel //home/xyz/.local 755 xyz wheel //home/xyz/.local/bin 755 xyz wheel //home/xyz/.local/bin/alacritty +755 xyz wheel //home/xyz/.local/bin/neomutt 755 xyz wheel //home/xyz/.local/bin/xdg-terminal-exec 755 xyz wheel //home/xyz/.local/share 700 xyz wheel //home/xyz/.local/share/applications @@ -110,6 +117,7 @@ 700 xyz wheel //home/xyz/.local/share/fcitx5 700 xyz wheel //home/xyz/.local/share/fcitx5/punctuation 600 xyz wheel //home/xyz/.local/share/fcitx5/punctuation/punc.mb.zh_CN +644 xyz wheel //home/xyz/.mbsyncrc 700 xyz wheel //home/xyz/.mozilla 700 xyz wheel //home/xyz/.mozilla/firefox 755 xyz wheel //home/xyz/.mozilla/firefox/xxxxxxxx.fly diff --git a/etc/pacman.conf b/etc/pacman.conf index 1ff36947..5bc30b90 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -80,8 +80,8 @@ Server = https://mirrors.flylightning.xyz/archlinux/fly/os/any # DANCTNIX: Uncomment this if you want to be the first trying out new stuffs. # They might break your device. -#[danctnix-testing] -#Server = https://archmobile.mirror.danctnix.org/$repo/$arch/ +[danctnix-testing] +Server = https://archmobile.mirror.danctnix.org/$repo/$arch/ [danctnix] Server = https://archmobile.mirror.danctnix.org/$repo/$arch/ |