summaryrefslogtreecommitdiff
path: root/larbs.sh
AgeCommit message (Collapse)Author
2020-10-21Add my stuff to the scriptBenjamin Chausse
2020-10-12fix the "tap-to-click" enablerKipras Melnikovas
1. We need them quotes (`"`) where they are specified in the `40-libinput.conf` file, but if you use `echo` and echo surround the output string itself with the double quotes (`"`), the ones inside it will get removed. fixed. pretty lucky that I just happened to be a part of the convo in https://github.com/LukeSmithxyz/LARBS/issues/118 to get a notification & thus notice & try out https://github.com/LukeSmithxyz/LARBS/commit/1d8b03595abbff088d79c0dc22d3e43b128dcb97 - Xorg reported an error and couldn't launch i3, so here we are:D 2. (misc since it doesn't matter as much here but anyhow) `echo` shouldn't be used in any scripts anyway because it's unpredictable, and `printf` should be preferred (imo, anyway. Just mind that you there's no extra newline so if you need one/expected one from echo - add it yourself): ```sh # unpredictable echo (with newline by default, though not always) $ echo "omg larbs so kewl" omg larbs so kewl $ ``` ```sh # predictable printf without a newline by default $ printf "omg larbs so kewl" omg larbs so kewl $ ``` ```sh # predictable printf with a newline because you said so $ printf "omg larbs so kewl\n" omg larbs so kewl $ ``` take care!
2020-10-11turn on tap to click by default. fix #118Luke Smith
2020-10-11fix?Luke Smith
2020-10-10non-posix braces {} removedLuke Smith
2020-10-08fluidsynth silent audio on startup fixLuke Smith
2020-09-12minor tweaksLuke Smith
2020-09-10brave block causes problemsLuke Smith
2020-09-06Merge branch 'master' of github.com:LukeSmithxyz/LARBS into masterLuke Smith
2020-09-06arch/artix only, zsh default, cleanupLuke Smith
2020-08-27Update larbs.shszczagi
change from normal libxft-bgra to libxft-bgra-git due to being outdated and with broken keys
2020-06-08i3 removedLuke Smith
2020-06-02delete funding when installedLuke Smith
2020-05-31Revert "reduce redundant code into 2 functions"Luke Smith
This reverts commit 3cc8675993e78e2ed072d75a5773fddd7bd94be9.
2020-05-31reduce redundant code into 2 functionsVlad Doster
- much easier to read - reduce places to change - reusable if ever need to add more inputs
2020-05-26create cache dir with correct userLuke Smith
2020-05-26Merge branch 'patch-1' of https://github.com/g-w1/LARBS into g-w1-patch-1Luke Smith
2020-05-26Make it so that zsh can write a histfile. g-w1
Zsh needs a directory to write it's history to. It can not make a directory and therefore, will not record history.
2020-05-26use chsh over hard to read sed to set shellVlad Doster
2020-05-25note about updates and keyringsLuke Smith
2020-05-18refresh keys automaticallyLuke Smith
better zsh regex
2020-05-13i3 start fixLuke Smith
2020-04-28Merge branch 'master' of github.com:LukeSmithxyz/LARBSLuke Smith
2020-04-28also clone submodulesLuke Smith
2020-04-25Make git ignore deleted LICENSE & README.md filesKipras Melnikovas
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
2020-04-24Merge pull request #215 from jlaw/patch-3Luke Smith
fix: Correct flag to specify user
2020-04-24Merge pull request #213 from jlaw/patch-1Luke Smith
fix: chown parent directory
2020-04-24fix: Correct flag to specify userJackson Law
2020-04-24fix: Correct ntpdate commandJackson Law
2020-04-24fix: chown parent directoryJackson Law
2020-04-15re-enable chrome storeLuke Smith
2020-04-11Strip '.git' from working dir when cloning reposJackson Law
2020-04-10no more larbswm garbage, manual commentingLuke Smith
2020-04-09pulseaudio now default audio systemLuke Smith
2020-03-24block brave autoupdatesLuke Smith
2020-03-21dwm defaultLuke Smith
2020-03-17sync timeLuke Smith
2020-03-13repodir now created at correct timeLuke Smith
2020-03-13arch-specific commands run only on archLuke Smith
2020-03-12chown fixLuke Smith
2020-03-12libxft installation alone, prevent yay errorsLuke Smith
2020-03-11temporaryLuke Smith
2020-03-11permissions fixesLuke Smith
2020-03-11libxft-rgba and aur progs fixLuke Smith
2020-03-11minor tweaksLuke Smith
2020-03-08curl added for voidLuke Smith
2020-03-08putgitrepo typo in larbs.sh fixMichaƂ
config files didn't copy to home folder.
2020-03-04fix for confirmation/conflictsLuke Smith
2020-02-29~/.local/src used for repositoriesLuke Smith
2019-11-29Use --quiet arg for pacman and remove awk callJeremy Merle