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
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
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
654114f88a
delete funding when installed
2020-06-02 15:28:42 -04:00
Luke Smith
ab7abad546
Revert "reduce redundant code into 2 functions"
...
This reverts commit 3cc8675993
.
2020-05-31 18:58:23 -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
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
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
34be24dbaf
note about updates and keyrings
2020-05-25 09:47:32 -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
0b08204828
Merge branch 'master' of github.com:LukeSmithxyz/LARBS
2020-04-28 09:00:44 -04:00
Luke Smith
979484d9e7
also clone submodules
2020-04-28 08:55:07 -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
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
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
Luke Smith
2d7e3aca1f
re-enable chrome store
2020-04-15 10:36:47 -04:00
Jackson Law
8b9a9652a3
Strip '.git' from working dir when cloning repos
2020-04-11 00:38:01 -07:00
Luke Smith
4130813371
no more larbswm garbage, manual commenting
2020-04-10 22:11:49 -04:00
Luke Smith
c539b8949c
pulseaudio now default audio system
2020-04-09 17:14:26 -04:00
Luke Smith
b07a297fe6
block brave autoupdates
2020-03-24 16:33:55 -04:00
Luke Smith
caea254971
dwm default
2020-03-21 18:29:10 -04:00
Luke Smith
f4cd777912
sync time
2020-03-17 08:01:54 -04:00
Luke Smith
f3f1e7221f
repodir now created at correct time
2020-03-13 10:54:22 -04:00
Luke Smith
a757df2c13
arch-specific commands run only on arch
2020-03-13 10:23:50 -04:00
Luke Smith
6dd98e2578
chown fix
2020-03-12 16:28:43 -04:00
Luke Smith
26e585d159
libxft installation alone, prevent yay errors
2020-03-12 11:49:29 -04:00
Luke Smith
d4c5f1ce62
temporary
2020-03-11 14:49:49 -04:00
Luke Smith
f6b3febf72
permissions fixes
2020-03-11 14:41:01 -04:00
Luke Smith
7b3912e694
libxft-rgba and aur progs fix
2020-03-11 14:12:16 -04:00
Luke Smith
6518a0dbbe
minor tweaks
2020-03-11 11:54:45 -04:00
Luke Smith
24727df416
curl added for void
2020-03-08 21:06:13 -04:00
Michał
756b233527
putgitrepo typo in larbs.sh fix
...
config files didn't copy to home folder.
2020-03-08 23:52:22 +01:00
Luke Smith
8a45d4f0b9
fix for confirmation/conflicts
2020-03-04 15:18:55 -05:00
Luke Smith
2d958a3cb4
~/.local/src used for repositories
2020-02-29 05:56:47 -05:00
Jeremy Merle
19272dec2b
Use --quiet arg for pacman and remove awk call
2019-11-29 12:15:13 +01:00
Luke Smith
ba0afe95e5
do not refresh keys for now
2019-11-28 09:51:49 -05:00
Luke Smith
ec549568dc
all distros and wms in one
2019-11-23 23:12:18 -05:00
Luke Smith
de8fcf66b8
begin compatibility with other distros
2019-11-23 22:20:50 -05:00
Luke Smith
7d8306e18b
LARBS no longer handles init services
2019-11-23 22:01:33 -05:00
Luke Smith
f396d96f1d
both options progs fix?
2019-11-23 20:05:38 -05:00
Luke Smith
85555e82c3
case fix
2019-11-23 20:02:14 -05:00
Luke Smith
f4e15e414f
i3 loadable from master
2019-11-23 18:18:24 -05:00
Luke Smith
ada71db2b7
add install-both option
2019-11-23 17:30:49 -05:00
Luke Smith
292866393d
sed command now actually switches to zsh
2019-11-22 18:58:30 -05:00
Luke Smith
ebe38c505f
firefox build removed
2019-11-22 18:58:11 -05:00
Luke Smith
308f6c5a39
legacy option, branch option readded
2019-10-29 17:46:16 -04:00
Luke Smith
dfddd350ed
openrc option added
2019-10-17 17:31:01 -04:00
Luke Smith
8e947521aa
dbus UUID
2019-10-17 17:30:50 -04:00
Luke Smith
a84320279a
single format
2019-09-21 14:23:08 -04:00
Luke Smith
3d6ceb918b
movement and changes
2019-05-18 15:47:39 -04:00
Luke Smith
a8a6faf788
img fix
2019-04-16 13:41:57 -04:00
AlbinAlbyl
deb323d5a7
Fixed larbs after dunst update.
2019-04-16 17:34:06 +00:00
Luke Smith
f57a1c9afc
plugin manager download
2019-03-26 12:34:44 -04:00
Luke Smith
98d396f340
force
2019-03-15 16:34:52 -04:00
Luke Smith
73786da042
avoid multiple additions of color/pac
2019-03-15 16:34:02 -04:00
Luke Smith
642000aaa8
P in progs.csv for pycuck packages
2019-03-02 18:09:47 -05:00
Luke Smith
22afaac00f
remove readme and license on install
2019-02-19 13:33:34 -05:00
Luke Smith
8893233d8f
make parents in putgitrepo
2019-02-09 16:45:22 -05:00
Luke Smith
ced60ba260
xurls added
2019-02-02 07:01:13 -05:00
Luke Smith
f1ea2c979f
tmp
2019-02-01 06:34:27 -05:00
Luke Smith
97a42e8460
Merge pull request #87 from ispanos/patch-1
...
Added the ILoveCandy Command in pacman.conf
2019-01-29 20:48:18 -05:00
Luke Smith
119df49b2a
dotfiles deploy fix
2019-01-27 16:03:50 -05:00
Yiannis
bddb8a213c
Added the ILoveCandy Command in pacman.conf
...
It's just an Easter egg for pacman.
- (Source)[http://www.eeggs.com/items/59538.html ]
2019-01-21 18:40:35 +02:00
Luke Smith
1f01d0669e
dox
2019-01-15 09:46:55 -05:00
Luke Smith
86609ea8b0
nvim plugin installation
2019-01-15 09:11:06 -05:00
Luke Smith
75763668cf
detect and use cores
2019-01-12 19:43:16 -05:00
Luke Smith
198a179792
no quit on conflict
2019-01-09 00:51:13 -05:00
Luke Smith
f35671eb34
force proper newline
2019-01-08 19:26:28 -05:00
Luke Smith
9940d646d6
I DID NOT CONSENT
2019-01-08 19:26:13 -05:00
Luke Smith
49149fb66c
no yy on first update
2019-01-08 19:13:14 -05:00
Luke Smith
fc7e01d9c9
hacknew
2019-01-08 19:02:22 -05:00
Luke Smith
1932260bd2
error messages integrated
2019-01-08 18:54:29 -05:00
Luke Smith
fbfcd6ada6
posix fix and error function added
2019-01-08 18:53:50 -05:00
Luke Smith
286cfbf5c3
chron order; posix compliance
2019-01-08 18:13:40 -05:00
Luke Smith
b974ece522
kill vim if long wait
2018-12-30 17:35:24 -05:00
Luke Smith
69062690ed
superficial changes
2018-12-24 14:44:53 -05:00
Luke Smith
91ba14840f
progs lines can be commented
2018-12-20 11:54:26 -05:00
Luke Smith
8f21ec51f2
comments can be quoted
2018-12-16 22:31:25 -05:00
Luke Smith
54e0cf6675
git manually installed at beginning
2018-12-11 16:34:35 -05:00
Luke Smith
3459d8d884
tweaks
2018-12-11 16:33:39 -05:00
Luke Smith
94d889d5b0
shellcheck
2018-12-11 16:19:30 -05:00