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