Update user config
This commit is contained in:
parent
b77df7bcd7
commit
2a52c8abc0
|
@ -56,6 +56,7 @@
|
||||||
"clang",
|
"clang",
|
||||||
"cmake",
|
"cmake",
|
||||||
"cmus",
|
"cmus",
|
||||||
|
"ctags",
|
||||||
"lightdm",
|
"lightdm",
|
||||||
"lightdm-gtk-greeter",
|
"lightdm-gtk-greeter",
|
||||||
"dunst",
|
"dunst",
|
||||||
|
@ -84,6 +85,7 @@
|
||||||
"neofetch",
|
"neofetch",
|
||||||
"nemo",
|
"nemo",
|
||||||
"neovim",
|
"neovim",
|
||||||
|
"neovim-nvim-treesitter",
|
||||||
"newsboat",
|
"newsboat",
|
||||||
"nitrogen",
|
"nitrogen",
|
||||||
"noto-fonts",
|
"noto-fonts",
|
||||||
|
@ -117,14 +119,15 @@
|
||||||
"timezone": "Europe/Warsaw",
|
"timezone": "Europe/Warsaw",
|
||||||
"version": "2.5.1",
|
"version": "2.5.1",
|
||||||
"custom-commands": [
|
"custom-commands": [
|
||||||
"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 augusto sh -c 'mkdir $HOME/repos; cd $HOME/repos; git clone https://git.augustogunsch.com/augusto/dotfiles; cd dotfiles; ./install.sh; ./configure-tmux.sh'",
|
||||||
"sudo -u root 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; ./configure-tmux.sh'",
|
||||||
"sed -i 's/export PROMPT=.*$/export PROMPT='\"'\"'%B%F{63}[%F{68}%n@%m %F{white}%~%F{63}]$%b%f '\"'\"'/' /root/.zshrc",
|
"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",
|
"chsh -s /usr/bin/zsh root; chsh -s /usr/bin/zsh augusto",
|
||||||
"systemctl enable lightdm",
|
"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 -s'",
|
"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/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/arc-icon-theme.git; cd arc-icon-theme; makepkg -s'",
|
||||||
|
"sudo -u augusto sh -c 'cd $HOME/aur; git clone https://aur.archlinux.org/alarm-clock-applet.git; cd alarm-clock-applet; 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'",
|
"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"
|
"pacman -U --noconfirm --noprogressbar /home/augusto/aur/**/*.pkg.tar.zst && rm -rf /home/augusto/aur"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue