mirror of
https://github.com/tiyn/larbs.git
synced 2025-04-19 15:27:46 +02:00
Compare commits
No commits in common. "c09c143a29e1190e4abc5cd21ec87d34b1533ca9" and "70ba404eeef0a070c592f556e2a79c2f61c2813e" have entirely different histories.
c09c143a29
...
70ba404eee
10
larbs.sh
10
larbs.sh
@ -193,11 +193,11 @@ manualinstall $aurhelper || error "Failed to install AUR helper."
|
|||||||
installationloop
|
installationloop
|
||||||
|
|
||||||
# Install the dotfiles in the user's home directory
|
# Install the dotfiles in the user's home directory
|
||||||
git clone --bare "$dotfilesrepo" "/home/$name/.dotfiles"
|
putgitrepo "$dotfilesrepo" "/home/$name" "$repobranch"
|
||||||
git --git-dir="/home/$name/.dotfiles/" --work-tree="/home/$name" checkout
|
rm -f "/home/$name/README.md" "/home/$name/LICENSE" "/home/$name/.gitignore"
|
||||||
git --git-dir="/home/$name/.dotfiles/" --work-tree="/home/$name" config --local status.showUntrackedFiles no
|
|
||||||
git --git-dir="/home/$name/.dotfiles/" --work-tree="/home/$name" pull
|
# Install vim plugins if not alread present.
|
||||||
rm -f "/home/$name/README.md" "/home/$name/LICENSE" "/home/$name/.gitignore" "/home/$name/vim-example.png"
|
[ ! -f "/home/$name/.config/nvim/autoload/plug.vim" ] && vimplugininstall
|
||||||
|
|
||||||
# Make pipewire work
|
# Make pipewire work
|
||||||
systemctl --user --now enable pipewire pipewire-pulse
|
systemctl --user --now enable pipewire pipewire-pulse
|
||||||
|
@ -40,6 +40,7 @@ A,gtk-theme-arc-gruvbox-git,gives the dark GTK theme used in LARBS.,,
|
|||||||
,fzf,is a fuzzy finder tool.,,
|
,fzf,is a fuzzy finder tool.,,
|
||||||
,highlight,can highlight code output.,,
|
,highlight,can highlight code output.,,
|
||||||
,xorg-xbacklight,enables changing screen brightness levels.,,
|
,xorg-xbacklight,enables changing screen brightness levels.,,
|
||||||
|
,zsh-fast-syntax-highlighting,for fish like shell highlighting in the shell,,
|
||||||
A,task-spooler,queues commands or files for download.,,
|
A,task-spooler,queues commands or files for download.,,
|
||||||
A,simple-mtpfs,enables the mounting of cell phones.,,
|
A,simple-mtpfs,enables the mounting of cell phones.,,
|
||||||
G,https://github.com/tiyn/dmenu.git,runs commands and provides a UI for selection.,,
|
G,https://github.com/tiyn/dmenu.git,runs commands and provides a UI for selection.,,
|
||||||
@ -72,7 +73,7 @@ A,htop-vim-git,provides system usage information and displays processes.,,
|
|||||||
,khard,is a cli tool for contacts.,,
|
,khard,is a cli tool for contacts.,,
|
||||||
,light,for adding light for adjustments of screen.,,
|
,light,for adding light for adjustments of screen.,,
|
||||||
,libxft,is a font rendering library.,,
|
,libxft,is a font rendering library.,,
|
||||||
,ttf-jetbrains-mono-nerd,is my favourite font.,,
|
A,nerd-fonts-jetbrains-mono,is my favourite font.,,
|
||||||
,nm-connection-editor,is a simple way to manage networks.,,
|
,nm-connection-editor,is a simple way to manage networks.,,
|
||||||
,odt2txt,enables .odt file previews in vifm.,,
|
,odt2txt,enables .odt file previews in vifm.,,
|
||||||
,openssh,is adding a way to use ssh.,,
|
,openssh,is adding a way to use ssh.,,
|
||||||
@ -102,11 +103,9 @@ A,dragon-drop,is a simple drag-and-drop sink for X and Wayland.,,
|
|||||||
,vifm,is the best file manager with vim keybindings out there.,,
|
,vifm,is the best file manager with vim keybindings out there.,,
|
||||||
,xf86-input-synaptics,is needed for toggling the touchpad.,,
|
,xf86-input-synaptics,is needed for toggling the touchpad.,,
|
||||||
,xorg-xsetroot,adds colors to the dwm statusbar.,,
|
,xorg-xsetroot,adds colors to the dwm statusbar.,,
|
||||||
,xorg-xrandr,can set displays.,,
|
|
||||||
,xsel,is for copying and pasting in the terminal.,,
|
,xsel,is for copying and pasting in the terminal.,,
|
||||||
,zathura-djvu,gives zathura the ability to read .djvu files.,,
|
,zathura-djvu,gives zathura the ability to read .djvu files.,,
|
||||||
,zip,zips zips.,,
|
,zip,zips zips.,,
|
||||||
,zsh,is a bash alternative.,,
|
,zsh,is a bash alternative.,,
|
||||||
A,zsh-autocomplete,for improved autocompletion with zsh.,,
|
|
||||||
,zsh-autosuggestions,for fish like autosuggestions with zsh.,,
|
,zsh-autosuggestions,for fish like autosuggestions with zsh.,,
|
||||||
A,zsh-fast-syntax-highlighting,for fish like shell highlighting in the shell,,
|
,zsh-autocomplete,for improved autocompletion with zsh.,,
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user