Commit Graph

65 Commits

Author SHA1 Message Date
Chris Titus
d58fd49468 Merge pull request #29 from aloksingh-rgb/patch-1
Edited so python virtualenv name shows up at the start of the prompt …
2023-11-19 19:59:23 -06:00
Alok Singh
9c7eb95b57 Edited so python virtualenv name shows up at the start of the prompt when activated 2023-11-19 14:38:48 -08:00
Chris Titus
76b3481f18 Merge pull request #27 from FanieVenter/patch-1
Edited so OpenSuse tumbleweed works
2023-11-05 18:50:49 -06:00
FanieVenter
cde6489bb3 Edited so OpenSuse tumbleweed works 2023-11-06 11:22:13 +13:00
ChrisTitusTech
fa52cb924d Merge branch 'main' of https://github.com/ChrisTitusTech/mybash 2023-09-08 23:34:08 -05:00
ChrisTitusTech
203c4fb243 update 2023-09-08 23:33:41 -05:00
Chris Titus
67ff3ba771 Merge pull request #26 from Jonawi1/main
Added root to SUPERUSERGROUP and fixed /root being used as home directory
2023-08-28 20:26:12 -05:00
Jonwin
dc3a5b6b5b Update setup.sh to correctly detect home directory
Previously the script sometimes incorrectly used /root as the home directory.
2023-08-28 17:23:17 +02:00
Jonwin
ee6d07ead9 Added root to SUPERUSERGROUP 2023-08-28 17:11:35 +02:00
Chris Titus
2ef418c452 Merge pull request #25 from elomwarren/add-support-for-yum-package-manager
Update setup.sh - add support for yum package manager
2023-08-21 11:43:40 -05:00
Elom L. W. KODJOH-KPAKPASSOU
f97618dd99 Update setup.sh - add support for yum package manager (Ex. Oracle Linux 7.2) 2023-08-07 01:49:18 +00:00
Chris Titus
2a7511f0ba Merge pull request #21 from baddylan/main
Updated whatsmyip command.
2023-07-17 11:06:49 -05:00
Chris Titus
7096b76001 Update setup.sh 2023-07-11 09:25:45 -05:00
Chris Titus
2ea1210f2a update 2023-06-15 13:58:23 -05:00
Dylan Copeland
a6feb68077 Updated whatsmyip command. 2023-05-21 16:13:49 -05:00
Chris Titus
423f607801 Merge pull request #17 from raminsamadi123/arch-added-autojump-git
Fixed error autojump validation test failed when running the setup-arch
2023-01-30 21:40:51 -06:00
raminsamadi123
ebf16d7655 Fixed error autojump signature mismatched when running the setup-arch.sh on arch linux with gnome, fixed it by adding a third dependency that equals to autojump-git 2023-01-30 20:41:06 +01:00
Chris Titus
eaf3446780 Merge pull request #16 from hypeitnow/main
kitty ssh alias
2023-01-25 10:02:10 -06:00
hypeit
bd324b5588 changed to less ambiguous name 2023-01-22 08:16:43 +00:00
hypeit
99074cbf29 kitty alias 2023-01-22 08:12:30 +00:00
ChrisTitusTech
7b1c9638c3 Merge branch 'main' of github.com:ChrisTitusTech/mybash 2022-12-08 16:35:13 -06:00
ChrisTitusTech
4670ba01dc bash improvements 2022-12-08 16:34:55 -06:00
Chris Titus
d97c7cbdca Merge pull request #14 from joser93/arch-support
One script to rule them all. Arch support
2022-11-30 17:06:43 -06:00
José Roberto Sánchez
37d4d1f956 Added noconfirm flag 2022-11-10 00:48:16 -06:00
José Roberto Sánchez
9d6c376876 include makepkg to yay install sequence 2022-11-10 00:42:37 -06:00
José Roberto Sánchez
369acd0bca eq not working as expected 2022-11-10 00:36:34 -06:00
José Roberto Sánchez
aced0f5113 Adding command_exists function. Remove which command dependency due to inconsistency with Arch and more distro wide support 2022-11-10 00:30:18 -06:00
José Roberto Sánchez
6f0efe48bb Requirements moved and added which. Adding yay install 2022-11-06 00:28:10 -06:00
José Roberto Sánchez
1d76a99c2d Changed package manager check. using PACKAGER variable 2022-11-05 22:45:03 -06:00
Chris Titus
1635bfafdb Merge pull request #12 from augcampos/main
Update .bashrc
2022-11-05 14:07:56 -04:00
Chris Titus
0974a53f52 Merge pull request #11 from phemto5/fedora-variant
Fedora variant
2022-11-05 14:07:07 -04:00
Chris Titus
25be229ee6 Merge branch 'main' into fedora-variant 2022-11-05 14:06:39 -04:00
Augusto Campos
d3b0cc64e1 Update .bashrc
fix "stty: 'standard input': inapropriated iocl for device"
2022-11-05 01:59:20 +00:00
Nicholas Anderson
0d429ded6a tested in Fedora and Ubuntu and deb all work 2022-11-04 09:44:25 -07:00
Chris Titus
2f56708228 Merge pull request #10 from joser93/rpm-support
Rpm support
2022-11-04 09:18:28 -04:00
Chris Titus
c438ff0205 Merge pull request #9 from joser93/checkStarship
Check starship
2022-11-04 09:16:39 -04:00
José Roberto Sánchez
c4e79c077f Merge branch 'ChrisTitusTech:main' into rpm-support 2022-11-04 03:06:42 -06:00
José Roberto Sánchez
dee399a4a8 Adds dnf just in case yum will get removed in a future 2022-11-04 03:04:34 -06:00
José Roberto Sánchez
274d1a7366 Merge branch 'ChrisTitusTech:main' into checkStarship 2022-11-04 02:55:16 -06:00
José Roberto Sánchez
b31eeb2439 Wrong operator. Fixed 2022-11-04 02:48:10 -06:00
José Roberto Sánchez
8853a0f85a Added CheckEnv for package manager. Tar and neovim are needed. 2022-11-04 02:46:43 -06:00
Nicholas Anderson
266b8b5f47 updated to Choose between Package managers and Super user groups. 2022-11-02 19:46:59 -07:00
Chris Titus
0d344d1ba5 Merge pull request #7 from PissedCapslock/patch-1
typo
2022-10-31 07:26:30 -05:00
Robin Stevens
50d9d5945f typo 2022-10-31 09:39:31 +01:00
Chris Titus
254e1d81cb Merge pull request #6 from fearlessgeekmedia/main
Created install script for arch users
2022-10-29 10:21:24 -05:00
fearlessgeekmedia
258e1504e5 fixed problems in the mybash arch install script I made 2022-10-28 13:09:08 -04:00
fearlessgeekmedia
fb4c133cff Created a setup script for Arch and Arch-based distributions 2022-10-28 12:36:16 -04:00
Nicholas Anderson
dfda04bf30 changed for fedora 2022-10-27 00:55:36 -07:00
José Roberto Sánchez
98b5b29496 Use return instead of exit 0 2022-10-24 23:43:31 -06:00
José Roberto Sánchez
f4f69616ee Checks if starship is already installed 2022-10-24 23:39:28 -06:00