|
1af0c438ad
|
organize setup script structure
|
2022-11-12 21:33:26 +09:00 |
|
|
62715b990f
|
simplify setup script directory structure
|
2022-11-12 01:13:56 +09:00 |
|
|
4d53cbd48c
|
make use of logging functions more consistent
|
2022-11-12 00:43:36 +09:00 |
|
|
65fea2ec89
|
replace run with system
- hiding stdout ain't helpful 99% of the time like I have to go
"why the fuck is this shit hanging?" and have to guess if it's
even doing shit
|
2022-11-07 17:30:27 +09:00 |
|
|
3f2d77b862
|
replace all usage of os.system with src.util.run
- combine `system` and `silent_system` function int o `run`
- remove `zsh_system`
- replace alacritty terminal with kitty terminal
|
2022-07-07 10:20:36 +09:00 |
|
|
ebbebc4260
|
remove discord from autostart
|
2022-07-01 10:48:02 +09:00 |
|
|
8133f5698f
|
updated how copy_file function works
|
2022-05-22 18:05:30 +09:00 |
|
|
6fbdcb8850
|
made paths use absolute path
|
2022-05-04 21:32:23 +09:00 |
|
|
aa69f73c23
|
replaced pamac with paru
|
2022-05-04 09:54:00 +09:00 |
|
|
c0ab0e4392
|
fixed broken logic
- changed `tmp_dir` in `src/constants` to `content_dir`
- fixed `src.constants.content_dir` not changing
|
2022-03-17 18:03:40 +09:00 |
|
|
86f1b1f1eb
|
separated copy file and copy directory logic
|
2022-03-16 14:07:54 +09:00 |
|
|
51e058e74a
|
fixed imports
|
2022-03-14 13:50:00 +09:00 |
|
|
9e41ae4e5a
|
fixed import path
|
2022-03-14 13:44:46 +09:00 |
|
|
7d83199e08
|
updated setup script imports
|
2022-02-02 22:00:57 +09:00 |
|
|
c03f60cc1f
|
reorganized setup scripts
|
2022-02-02 21:55:10 +09:00 |
|