Profile improvements
This commit is contained in:
parent
eed8d6b00a
commit
b77df7bcd7
|
@ -1,9 +1,11 @@
|
|||
{
|
||||
"HSM": null,
|
||||
"__separator__": null,
|
||||
"additional-repositories": [],
|
||||
"additional-repositories": [
|
||||
"multilib"
|
||||
],
|
||||
"archinstall-language": "English",
|
||||
"audio": "pipewire",
|
||||
"audio": "pulseaudio",
|
||||
"bootloader": "grub-install",
|
||||
"config_version": "2.5.1",
|
||||
"debug": false,
|
||||
|
@ -16,7 +18,7 @@
|
|||
"kernels": [
|
||||
"linux"
|
||||
],
|
||||
"keyboard-layout": "br-abnt2",
|
||||
"keyboard-layout": "us",
|
||||
"mirror-region": {
|
||||
"Poland": {
|
||||
"http://arch.midov.pl/arch/$repo/os/$arch": true,
|
||||
|
@ -46,7 +48,11 @@
|
|||
"ntp": true,
|
||||
"offline": false,
|
||||
"packages": [
|
||||
"alacritty",
|
||||
"alsa-utils",
|
||||
"arc-icon-theme",
|
||||
"bat",
|
||||
"boost",
|
||||
"clang",
|
||||
"cmake",
|
||||
"cmus",
|
||||
|
@ -55,21 +61,28 @@
|
|||
"dunst",
|
||||
"feh",
|
||||
"firejail",
|
||||
"flameshot",
|
||||
"ffmpeg",
|
||||
"python",
|
||||
"fzf",
|
||||
"gcc",
|
||||
"gdb",
|
||||
"git",
|
||||
"gnome-keyring",
|
||||
"go",
|
||||
"gst-plugins-good",
|
||||
"htop",
|
||||
"libappindicator-gtk3",
|
||||
"libnotify",
|
||||
"libxdg-basedir",
|
||||
"libxinerama",
|
||||
"lxsession",
|
||||
"mandoc",
|
||||
"maxima",
|
||||
"mpv",
|
||||
"mupdf",
|
||||
"neofetch",
|
||||
"nemo",
|
||||
"neovim",
|
||||
"newsboat",
|
||||
"nitrogen",
|
||||
|
@ -77,11 +90,11 @@
|
|||
"openssh",
|
||||
"picom",
|
||||
"polkit",
|
||||
"pulsemixer",
|
||||
"python-lsp-server",
|
||||
"qutebrowser",
|
||||
"rsync",
|
||||
"scrot",
|
||||
"thunar",
|
||||
"tmux",
|
||||
"unclutter",
|
||||
"unzip",
|
||||
|
@ -98,7 +111,7 @@
|
|||
"save_config": null,
|
||||
"script": "guided",
|
||||
"silent": false,
|
||||
"swap": true,
|
||||
"swap": false,
|
||||
"sys-encoding": "UTF-8",
|
||||
"sys-language": "en_US",
|
||||
"timezone": "Europe/Warsaw",
|
||||
|
@ -108,13 +121,11 @@
|
|||
"sudo -u root sh -c 'mkdir $HOME/repos; cd $HOME/repos; git clone https://git.augustogunsch.com/augusto/dotfiles; cd dotfiles; ./install.sh'",
|
||||
"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",
|
||||
"sudo -u augusto sh -c 'cd $HOME/.config/awesome; git clone https://github.com/streetturtle/awesome-wm-widgets'",
|
||||
"systemctl enable lightdm",
|
||||
"sudo -u augusto sh -c 'mkdir $HOME/aur; cd $HOME/aur; git clone https://aur.archlinux.org/yay.git; cd yay; makepkg'",
|
||||
"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'",
|
||||
"sudo -u augusto sh -c 'cd $HOME/aur; git clone https://aur.archlinux.org/arc-icon-theme.git; cd arc-icon-theme; makepkg'",
|
||||
"sudo -u augusto sh -c 'cd $HOME/aur; git clone https://aur.archlinux.org/nerd-fonts-hack.git; cd nerd-fonts-hack; makepkg'",
|
||||
"sudo -u augusto sh -c 'cd $HOME/aur; git clone https://aur.archlinux.org/radiotray-ng; cd radiotray-ng; makepkg'",
|
||||
"sudo -u augusto sh -c 'mkdir $HOME/aur; cd $HOME/aur; git clone https://aur.archlinux.org/yay.git; cd yay; makepkg -s'",
|
||||
"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 -s'",
|
||||
"sudo -u augusto sh -c 'cd $HOME/aur; git clone https://aur.archlinux.org/arc-icon-theme.git; cd arc-icon-theme; makepkg -s'",
|
||||
"sudo -u augusto sh -c 'cd $HOME/aur; git clone https://aur.archlinux.org/nerd-fonts-hack.git; cd nerd-fonts-hack; makepkg -s'",
|
||||
"pacman -U --noconfirm --noprogressbar /home/augusto/aur/**/*.pkg.tar.zst && rm -rf /home/augusto/aur"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue