Commit Graph

724 Commits

Author SHA1 Message Date
Luke Smith
94fdac8be8
Merge pull request #294 from anntnzrb/master
Minor QoL improvements
2020-11-06 12:49:58 -05:00
anntnzrb
63717dcb73 User-defined aliases/functions prevention 2020-11-06 10:56:34 -05:00
anntnzrb
8d01c333ed Added corresponding return statements codes 2020-11-06 10:52:03 -05:00
anntnzrb
9f2b936a7f Removed unnecessary sub-shell, use braces instead 2020-11-06 10:49:51 -05:00
anntnzrb
ada7cb718b Added corresponding exit codes
- Redirection to stderr `>&2` also added to the `printf` statement in the
  `error()` function
2020-11-06 10:34:51 -05:00
Luke Smith
cc6966b6d9
dumb 2020-11-04 14:31:00 -05:00
Luke Smith
3557875d12
Merge pull request #290 from kiprasmel/patch-1
fix the "tap-to-click" enabler (40-libinput.conf)
2020-10-12 13:03:18 -04:00
Kipras Melnikovas
cd5b32c591
fix the "tap-to-click" enabler
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 1d8b03595a - 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-12 19:35:19 +03:00
Luke Smith
1d8b03595a
turn on tap to click by default. fix #118 2020-10-11 15:27:51 -04:00
Luke Smith
936f530a79
fix? 2020-10-11 09:34:46 -04:00
Luke Smith
ac3a23c6a4
non-posix braces {} removed 2020-10-10 14:04:24 -04:00
Luke Smith
98485a873b
fluidsynth silent audio on startup fix 2020-10-08 10:17:11 -04:00
Luke Smith
8222b4cb87
minor tweaks 2020-09-12 19:37:43 -04:00
Luke Smith
82f295e880
brave block causes problems 2020-09-10 20:00:28 -04:00
Luke Smith
53ab544ed1
Merge branch 'master' of github.com:LukeSmithxyz/LARBS into master 2020-09-06 16:44:20 -04:00
Luke Smith
ade038053e
arch/artix only, zsh default, cleanup 2020-09-06 16:44:15 -04:00
Luke Smith
ced543c80b
Merge pull request #280 from szczagi/patch-1
Update larbs.sh
2020-08-27 15:31:32 -04:00
szczagi
ff2af5892f
Update larbs.sh
change from normal libxft-bgra to libxft-bgra-git due to being outdated and with broken keys
2020-08-27 21:14:00 +02:00
Luke Smith
5ffc31bbc1
i3 removed 2020-06-08 13:45:25 -04:00
Luke Smith
ab1c78624c
fix #24 2020-06-02 15:44:28 -04:00
Luke Smith
654114f88a
delete funding when installed 2020-06-02 15:28:42 -04:00
Luke Smith
2c26e4dc26
funding file for github sponsors 2020-06-02 15:23:38 -04:00
Luke Smith
ab7abad546
Revert "reduce redundant code into 2 functions"
This reverts commit 3cc8675993.
2020-05-31 18:58:23 -04:00
Luke Smith
5dc35bb4ba
Merge pull request #242 from vladdoster/patch-2
reduce redundant code into 2 functions
2020-05-31 17:11:07 -04:00
Vlad Doster
3cc8675993
reduce redundant code into 2 functions
- much easier to read
- reduce places to change
- reusable if ever need to add more inputs
2020-05-31 15:37:31 -05:00
Luke Smith
6b88d36033
Merge branch 'g-w1-patch-1' 2020-05-26 14:15:51 -04:00
Luke Smith
eb89e0b253
create cache dir with correct user 2020-05-26 14:15:40 -04:00
Luke Smith
f8dd8ca886
Merge branch 'patch-1' of https://github.com/g-w1/LARBS into g-w1-patch-1 2020-05-26 14:12:00 -04:00
Luke Smith
7d1b847662
Merge pull request #235 from vladdoster/patch-1
use chsh over hard to read sed to set shell
2020-05-26 14:10:46 -04:00
g-w1
b8a539b4ff
Make it so that zsh can write a histfile.
Zsh needs a directory to write it's history to. It can not make a directory and therefore, will not record history.
2020-05-26 14:01:24 -04:00
Vlad Doster
4115ca5b19
use chsh over hard to read sed to set shell 2020-05-26 06:39:13 -05:00
Luke Smith
8073ba91cf
Merge branch 'master' of github.com:LukeSmithxyz/LARBS 2020-05-25 09:50:52 -04:00
Luke Smith
34be24dbaf
note about updates and keyrings 2020-05-25 09:47:32 -04:00
Luke Smith
ed1e996675
Merge pull request #230 from g-w1/patch-1
Add man-db to progs.csv.
2020-05-19 08:47:05 -04:00
g-w1
0bd28e5f8c
Add man-db to progs.csv.
I had to install it after installation.
2020-05-19 08:44:55 -04:00
Luke Smith
f145e559e4
refresh keys automatically
better zsh regex
2020-05-18 09:16:05 -04:00
Luke Smith
fd9c97310a
i3 start fix 2020-05-13 07:50:08 -04:00
Luke Smith
4fb2fe9e30
switch to fast syntax highlighting 2020-04-28 09:15:50 -04:00
Luke Smith
0b08204828
Merge branch 'master' of github.com:LukeSmithxyz/LARBS 2020-04-28 09:00:44 -04:00
Luke Smith
530ab70f5e
abook added for address book 2020-04-28 08:55:27 -04:00
Luke Smith
979484d9e7
also clone submodules 2020-04-28 08:55:07 -04:00
Luke Smith
debd8c32c8
Merge pull request #217 from sarpik/sarpik/make-git-ignore-deleted-readme-and-license
Make git ignore deleted LICENSE & README.md files
2020-04-25 15:26:22 -04:00
Kipras Melnikovas
40c3a5bdd0
Make git ignore deleted LICENSE & README.md files
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
2020-04-25 15:19:34 +00:00
Luke Smith
d1262d2fbc
Merge pull request #200 from prakash2033/patch-1
Update README.md
2020-04-24 08:46:57 -04:00
Luke Smith
37a8431d39
Merge pull request #215 from jlaw/patch-3
fix: Correct flag to specify user
2020-04-24 08:46:21 -04:00
Luke Smith
370808fd66
Merge pull request #213 from jlaw/patch-1
fix: chown parent directory
2020-04-24 08:44:22 -04:00
Luke Smith
2db3c0f8c5
Merge pull request #214 from jlaw/patch-2
fix: Correct ntpdate command
2020-04-24 08:43:33 -04:00
Jackson Law
93fd71e403
fix: Correct flag to specify user 2020-04-24 03:09:08 -07:00
Jackson Law
2c1eb62b0b
fix: Correct ntpdate command 2020-04-24 02:57:13 -07:00
Jackson Law
7516755106
fix: chown parent directory 2020-04-24 02:54:39 -07:00