mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
dotfiles
This commit is contained in:
parent
735cad4a91
commit
23dc36f752
1 changed files with 16 additions and 10 deletions
|
|
@ -25,12 +25,8 @@ apt-get update -qq && \
|
|||
gosu \
|
||||
sudo \
|
||||
vcsh \
|
||||
xclip
|
||||
|
||||
# Install KDE backports
|
||||
add-apt-repository ppa:kubuntu-ppa/backports && \
|
||||
apt-get update && \
|
||||
apt-get upgrade -qq
|
||||
xclip \
|
||||
zsh
|
||||
|
||||
# Enable password-less sudo for the sudo group
|
||||
echo "%sudo ALL=(ALL) NOPASSWD:ALL" | tee -a /etc/sudoers
|
||||
|
|
@ -60,6 +56,14 @@ wget -O alacritty.deb https://github.com/jwilm/alacritty/releases/download/v0.2.
|
|||
dpkg -i alacritty.deb && \
|
||||
rm alacritty.deb
|
||||
|
||||
# Install KDE backports
|
||||
add-apt-repository ppa:kubuntu-ppa/backports && \
|
||||
apt-get update && \
|
||||
apt-get upgrade -qq
|
||||
|
||||
# Install antigen
|
||||
curl -L git.io/antigen > /usr/local/bin/antigen.zsh
|
||||
|
||||
# Make gosu accessible to all users
|
||||
chown :users /usr/sbin/gosu && \
|
||||
chmod +s /usr/sbin/gosu
|
||||
|
|
@ -102,10 +106,12 @@ echo "@reboot $HOST_USER $DESKTOP_ENVIRONMENT_REPOSITORY/scripts/start.sh" >> /e
|
|||
chown -R $HOST_USER:$HOST_USER /$HOST_USER
|
||||
|
||||
# Install dotfiles configuration for host user
|
||||
gosu $HOST_USER vcsh clone git://github.com/sabrehagen/dotfiles-alacritty.git
|
||||
gosu $HOST_USER vcsh clone git://github.com/sabrehagen/dotfiles-autostart.git
|
||||
gosu $HOST_USER vcsh clone git://github.com/sabrehagen/dotfiles-kde.git
|
||||
gosu $HOST_USER vcsh clone git://github.com/sabrehagen/dotfiles-scripts.git
|
||||
gosu $HOST_USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-alacritty.git
|
||||
gosu $HOST_USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-autostart.git
|
||||
gosu $HOST_USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-git.git
|
||||
gosu $HOST_USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-kde.git
|
||||
gosu $HOST_USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-scripts.git
|
||||
gosu $HOST_USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-zsh.git
|
||||
|
||||
# Manually execute startup script to simulate host startup
|
||||
gosu $HOST_USER $HOST_HOME/.config/scripts/startup.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue