summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-20TmpHEADmasterBenjamin Chausse
2020-10-21Fix stupid mistakeBenjamin Chausse
2020-10-21Trying to fix larbs csvBenjamin Chausse
2020-10-21Convert semicolons to commasBenjamin Chausse
2020-10-21Add my stuff to the scriptBenjamin Chausse
2020-10-12Merge pull request #290 from kiprasmel/patch-1Luke Smith
fix the "tap-to-click" enabler (40-libinput.conf)
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-27Merge pull request #280 from szczagi/patch-1Luke Smith
Update larbs.sh
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-02fix #24Luke Smith
2020-06-02delete funding when installedLuke Smith
2020-06-02funding file for github sponsorsLuke Smith
2020-05-31Revert "reduce redundant code into 2 functions"Luke Smith
This reverts commit 3cc8675993e78e2ed072d75a5773fddd7bd94be9.
2020-05-31Merge pull request #242 from vladdoster/patch-2Luke Smith
reduce redundant code into 2 functions
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-26Merge branch 'g-w1-patch-1'Luke Smith
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-26Merge pull request #235 from vladdoster/patch-1Luke Smith
use chsh over hard to read sed to set shell
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-25Merge branch 'master' of github.com:LukeSmithxyz/LARBSLuke Smith
2020-05-25note about updates and keyringsLuke Smith
2020-05-19Merge pull request #230 from g-w1/patch-1Luke Smith
Add man-db to progs.csv.
2020-05-19Add man-db to progs.csv.g-w1
I had to install it after installation.
2020-05-18refresh keys automaticallyLuke Smith
better zsh regex
2020-05-13i3 start fixLuke Smith
2020-04-28switch to fast syntax highlightingLuke Smith
2020-04-28Merge branch 'master' of github.com:LukeSmithxyz/LARBSLuke Smith
2020-04-28abook added for address bookLuke Smith
2020-04-28also clone submodulesLuke Smith
2020-04-25Merge pull request #217 from ↵Luke Smith
sarpik/sarpik/make-git-ignore-deleted-readme-and-license Make git ignore deleted LICENSE & README.md files
2020-04-25Make git ignore deleted LICENSE & README.md filesKipras Melnikovas
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
2020-04-24Merge pull request #200 from prakash2033/patch-1Luke Smith
Update README.md
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-24Merge pull request #214 from jlaw/patch-2Luke Smith
fix: Correct ntpdate command
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-21Merge pull request #212 from NicholasasaurusRex/patch-2Luke Smith
Update README.md