1
0
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.

2 changed files with 8 additions and 9 deletions

View File

@ -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

View File

@ -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.,,

1 #TAG NAME IN REPO (or git url) PURPOSE (should be a verb phrase to sound right while installing)
40 fzf is a fuzzy finder tool.
41 highlight can highlight code output.
42 xorg-xbacklight enables changing screen brightness levels.
43 zsh-fast-syntax-highlighting for fish like shell highlighting in the shell
44 A task-spooler queues commands or files for download.
45 A simple-mtpfs enables the mounting of cell phones.
46 G https://github.com/tiyn/dmenu.git runs commands and provides a UI for selection.
73 khard is a cli tool for contacts.
74 light for adding light for adjustments of screen.
75 libxft is a font rendering library.
76 A ttf-jetbrains-mono-nerd nerd-fonts-jetbrains-mono is my favourite font.
77 nm-connection-editor is a simple way to manage networks.
78 odt2txt enables .odt file previews in vifm.
79 openssh is adding a way to use ssh.
103 vifm is the best file manager with vim keybindings out there.
104 xf86-input-synaptics is needed for toggling the touchpad.
105 xorg-xsetroot adds colors to the dwm statusbar.
xorg-xrandr can set displays.
106 xsel is for copying and pasting in the terminal.
107 zathura-djvu gives zathura the ability to read .djvu files.
108 zip zips zips.
109 zsh is a bash alternative.
A zsh-autocomplete for improved autocompletion with zsh.
110 zsh-autosuggestions for fish like autosuggestions with zsh.
111 A zsh-fast-syntax-highlighting zsh-autocomplete for fish like shell highlighting in the shell for improved autocompletion with zsh.