1
0
mirror of https://github.com/tiyn/larbs.git synced 2025-04-19 07:17:47 +02:00

Compare commits

...

3 Commits

Author SHA1 Message Date
c09c143a29 clone config as bare repository 2023-11-06 16:20:00 +01:00
426c474f1d progs: updated old paths 2023-11-06 15:59:39 +01:00
63a50200e3 progs: add missing xrandr command 2023-11-06 15:23:41 +01:00
2 changed files with 9 additions and 8 deletions

View File

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

View File

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

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.
zsh-fast-syntax-highlighting for fish like shell highlighting in the shell
43 A task-spooler queues commands or files for download.
44 A simple-mtpfs enables the mounting of cell phones.
45 G https://github.com/tiyn/dmenu.git runs commands and provides a UI for selection.
72 khard is a cli tool for contacts.
73 light for adding light for adjustments of screen.
74 libxft is a font rendering library.
75 A nerd-fonts-jetbrains-mono ttf-jetbrains-mono-nerd is my favourite font.
76 nm-connection-editor is a simple way to manage networks.
77 odt2txt enables .odt file previews in vifm.
78 openssh is adding a way to use ssh.
102 vifm is the best file manager with vim keybindings out there.
103 xf86-input-synaptics is needed for toggling the touchpad.
104 xorg-xsetroot adds colors to the dwm statusbar.
105 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.
110 A zsh-autocomplete for improved autocompletion with zsh.
111 zsh-autosuggestions for fish like autosuggestions with zsh.
112 A zsh-autocomplete zsh-fast-syntax-highlighting for improved autocompletion with zsh. for fish like shell highlighting in the shell