2022-10-21 10:49:55 -04:00
{
"HSM" : null ,
"__separator__" : null ,
"additional-repositories" : [ ] ,
"archinstall-language" : "English" ,
"audio" : "pipewire" ,
"bootloader" : "grub-install" ,
"config_version" : "2.5.1" ,
"debug" : false ,
"desktop-environment" : "awesome" ,
"gfx_driver" : "All open-source (default)" ,
"harddrives" : [
"/dev/sda"
] ,
"hostname" : "archlinux" ,
"kernels" : [
"linux"
] ,
"keyboard-layout" : "br-abnt2" ,
"mirror-region" : {
"Poland" : {
"http://arch.midov.pl/arch/$repo/os/$arch" : true ,
"http://arch.sakamoto.pl/$repo/os/$arch" : true ,
"http://ftp.icm.edu.pl/pub/Linux/dist/archlinux/$repo/os/$arch" : true ,
"http://ftp.vectranet.pl/archlinux/$repo/os/$arch" : true ,
"http://mirror.juniorjpdj.pl/archlinux/$repo/os/$arch" : true ,
"http://mirror.onet.pl/pub/mirrors/archlinux/$repo/os/$arch" : true ,
"http://repo.skni.umcs.pl/archlinux/$repo/os/$arch" : true ,
"https://arch.midov.pl/arch/$repo/os/$arch" : true ,
"https://arch.sakamoto.pl/$repo/os/$arch" : true ,
"https://ftp.icm.edu.pl/pub/Linux/dist/archlinux/$repo/os/$arch" : true ,
"https://mirror.eloteam.tk/archlinux/$repo/os/$arch" : true ,
"https://mirror.juniorjpdj.pl/archlinux/$repo/os/$arch" : true ,
"https://repo.skni.umcs.pl/archlinux/$repo/os/$arch" : true
}
} ,
"nic" : {
"dhcp" : true ,
"dns" : null ,
"gateway" : null ,
"iface" : null ,
"ip" : null ,
"type" : "nm"
} ,
"no_pkg_lookups" : false ,
"ntp" : true ,
"offline" : false ,
"packages" : [
"arc-icon-theme" ,
"clang" ,
"cmake" ,
"cmus" ,
"lightdm" ,
"lightdm-gtk-greeter" ,
"dunst" ,
"feh" ,
"firejail" ,
"ffmpeg" ,
"python" ,
"fzf" ,
"gcc" ,
"gdb" ,
"git" ,
"go" ,
"htop" ,
"libnotify" ,
"libxinerama" ,
"lxsession" ,
"maxima" ,
"mpv" ,
"mupdf" ,
"neofetch" ,
"neovim" ,
"newsboat" ,
"nitrogen" ,
"noto-fonts" ,
"openssh" ,
"picom" ,
"polkit" ,
"python-lsp-server" ,
"qutebrowser" ,
"rsync" ,
"scrot" ,
"thunar" ,
"tmux" ,
"unclutter" ,
"unzip" ,
"valgrind" ,
"wget" ,
"xdotool" ,
"zathura" ,
"zsh"
] ,
"parallel downloads" : 0 ,
"profile" : {
"path" : "/usr/lib/python3.10/site-packages/archinstall/profiles/desktop.py"
} ,
"save_config" : null ,
"script" : "guided" ,
"silent" : false ,
"swap" : true ,
"sys-encoding" : "UTF-8" ,
"sys-language" : "en_US" ,
"timezone" : "Europe/Warsaw" ,
"version" : "2.5.1" ,
"custom-commands" : [
2022-10-21 11:16:42 -04:00
"sudo -u augusto sh -c 'mkdir $HOME/repos; cd $HOME/repos; git clone https://git.augustogunsch.com/augusto/dotfiles; cd dotfiles; ./install.sh'" ,
"sudo -u root sh -c 'mkdir $HOME/repos; cd $HOME/repos; git clone https://git.augustogunsch.com/augusto/dotfiles; cd dotfiles; ./install.sh'" ,
2022-10-21 10:49:55 -04:00
"sed -i 's/export PROMPT=.*$/export PROMPT='\"'\"'%B%F{63}[%F{68}%n@%m %F{white}%~%F{63}]$%b%f '\"'\"'/' /root/.zshrc" ,
"chsh -s /usr/bin/zsh root; chsh -s /usr/bin/zsh augusto" ,
2022-10-21 14:02:06 -04:00
"sudo -u augusto sh -c 'cd $HOME/.config/awesome; git clone https://github.com/streetturtle/awesome-wm-widgets'" ,
2022-10-21 13:11:29 -04:00
"systemctl enable lightdm" ,
2022-10-21 11:32:45 -04:00
"sudo -u augusto sh -c 'mkdir $HOME/aur; cd $HOME/aur; git clone https://aur.archlinux.org/yay.git; cd yay; makepkg'" ,
2022-10-21 11:52:18 -04:00
"sudo -u augusto sh -c 'cd $HOME/aur; git clone https://aur.archlinux.org/gtk-theme-material-black.git material-black-theme; cd material-black-theme; makepkg'" ,
2022-10-21 11:32:45 -04:00
"sudo -u augusto sh -c 'cd $HOME/aur; git clone https://aur.archlinux.org/arc-icon-theme.git; cd arc-icon-theme; makepkg'" ,
2022-10-21 13:11:29 -04:00
"sudo -u augusto sh -c 'cd $HOME/aur; git clone https://aur.archlinux.org/nerd-fonts-hack.git; cd nerd-fonts-hack; makepkg'" ,
"pacman -U --noconfirm --noprogressbar /home/augusto/aur/**/*.pkg.tar.zst && rm -rf /home/augusto/aur"
2022-10-21 10:49:55 -04:00
]
}