Linux Toolbox Bash and Neovim

  Рет қаралды 10,951

Titus Tech Talk

Titus Tech Talk

Күн бұрын

The first script implementations for the toolbox.
00:00:00 - Linux Toolbox
00:01:58 - Chat
00:04:09 - Windows Utility Update
00:09:03 - The Menu
00:19:09 - Setup Bash
00:53:15 - System Update
01:14:17 - Distrobox
01:28:30 - Setup Neovim
02:02:15 - Testing Results
02:18:35 - DWM Updates .
►► Digital Downloads ➜ christitus.com/downloads
►► Reddit ➜ / christitustech
►► Chris Titus Tech ➜ / @christitustech
►► Twitch ➜ / christitustech
►► KZfaq Early Access ➜ / @titustechtalk

Пікірлер: 34
@bulldoser2610
@bulldoser2610 27 күн бұрын
I think in the toolbox, instead of shipping your default dotfiles, you should give an option to customize the options in dotfiles. For example, it should be like checkbox for the aliases you want, select your binding (vim or emacs), histfilesize and explain what each options do. I think if this tool is targeted for new users, rather than shipping a default configuration you should keep it as an option and also in advanced customizations, make an option to customize each and every option. In that way, new users will feel welcome to learn how things work under the hood. Also, I want to emphasize that every single person under the sun has different preferences. Anyway, Great work btw. Edit 1: I almost forgot to mention it. Make your scripts idempotent. The way you are doing things in bash is very "HACKY". In the long term, this is gonna create a lot of trouble.
@opposite342
@opposite342 27 күн бұрын
adding on to this, he should look at how zsh does it with zsh-newuser-install. It gives quite a nice UI and a quite a number of options you can change even without installing other plugins.
@Nunya58294
@Nunya58294 26 күн бұрын
​@@opposite342Maybe I should take a look into zsh. Been using Bash for a long time though
@bulldoser2610
@bulldoser2610 26 күн бұрын
@@opposite342 I just gave an example of how elaborate the advanced customization options should be. What I tried to imply that instead of shipping dotfiles from a github repo, @ChurchTechTalks should let people create their on=wn dotfiles the way that want.
@ShadowWizard-sb8hu
@ShadowWizard-sb8hu 27 күн бұрын
lets go this projects gonna be awesome
@JohannesDavidsen2024
@JohannesDavidsen2024 26 күн бұрын
For me you are some sort of developer, so I want to say you're System dev. 👌
@injuneer7942
@injuneer7942 27 күн бұрын
Windows toolbox is fantastic .... any projection of when your first version of the Linux toolbox will be released???
@TitusTechTalk
@TitusTechTalk 25 күн бұрын
I'm thinking July we should have a usable beta version.
@MutantOpa
@MutantOpa 24 күн бұрын
Do you use mislav/hub for git in the cli? Can recommend it for doing more advanced stuff like setting the status of an issue or creating one from the cli.
@rabbitgames1971
@rabbitgames1971 27 күн бұрын
Hey, Chris! I'm (obviously) just starting to get into Linux. Past couple of weeks or so. Anyhow, if I understand correctly, the Linux Kernel holds drivers inside of itself. I'm curious if an install media (USB, etc. as long as it's writeable) can be configured to ping all hardware on a system - just as it would to install drivers in the first place - and create an inventory list by creating a folder on the install media specific to that machine and putting that inventory list in there. Then search the Kernel for appropriate drivers and moving those drivers into the folder. Then, popup a menu like your Windows tool that shows popular software so your choices can also be added to the inventory. THEN, compile a build that has a Kernel with only the necessary software that's absolutely necessary to run the operating system (Debian, for example), plus the software choices you made: Thorium as your browser, Notepad ++ for text editor, etc. I'm just curious if an Installer can be configured to do that on the fly, and then install accordingly. Thanks!
@paultapping9510
@paultapping9510 26 күн бұрын
I think you might just have invented Gentoo 😂
@rabbitgames1971
@rabbitgames1971 26 күн бұрын
@@paultapping9510 Is that what Gentoo does?
@paultapping9510
@paultapping9510 23 күн бұрын
if I've understood what you want (a kernel compiled exclusively to your specific hardware configuration) and I've understood Gentoo correctly, neither of which is a given, then yes, I'm pretty sure gentoo does exactly what you're after. Worth looking into certainly, though my understanding is it's a very complex distro.
@DaveSomething
@DaveSomething 27 күн бұрын
I have used your winders script, love it... although it did bork one program, and had to reinstall it, but it didn't do that on another windows machine with basically the same setup. I think it was Gnucash.
@betaplay2914
@betaplay2914 26 күн бұрын
Well that's on chocolatey or Winget then not on his script
@akdisrael
@akdisrael 26 күн бұрын
i'm dreaming of this linux toolbox from the beginning when winutil exists
@RyanGuy-nw9wp
@RyanGuy-nw9wp 25 күн бұрын
Linux would be great but it’s mainly about knowing how to use the command line that’s basically what Linux is about is knowing the command line
@MrElCojones
@MrElCojones 23 күн бұрын
do i learn here how to integrate toolbox installations to wine game relations? my wine systems don't work, the dbus and gaming doesn't communicate. i didn't find a tutorial yet where to install wine packages to grant dbus accesses to wine and the hardware. the games don't even run the dedicated gpu even when the setting is enabled. what's necessary to fix gpu driver wine issues? how do i run hybrid gpu? how does steam run dbus and xdg runtime correct?
@MrElCojones
@MrElCojones 23 күн бұрын
i'm running fedora 40 btw. a ostree based operating system
@MrElCojones
@MrElCojones 23 күн бұрын
i have rpm fusion repository installed already. i'm using yum (dnf), but fedora, fedora updates and rpm fusion don't grant any further dbus session and window as desktop system, which integrate conclusively for wine emulation
@linuxstreamer8910
@linuxstreamer8910 26 күн бұрын
when i first jumped on linux i removed my windows os but i got lucky i have a all amd system & other software i used have a linux version
@howdy2053
@howdy2053 27 күн бұрын
Haven’t watched through, but ctt-Linux-toolbox
@nils-erikolsson3539
@nils-erikolsson3539 27 күн бұрын
Eat one small bucket of ice cream coming in and you cut down the recovery time.
@HisVirusness
@HisVirusness 26 күн бұрын
What's the difference between Vim and Neovim?
@TitusTechTalk
@TitusTechTalk 25 күн бұрын
One uses vim language (vim) and neovim uses lua for config. neovim can use vim language as well, but it gives access to a lot more modern extensions.
@donaldwilliams6821
@donaldwilliams6821 27 күн бұрын
Re: GNU/Linux haha So true. Linux would not be where it is today without GNU tools. Fact. But same for all the other parts. By that logic is should be called GNU/LINUS. ;)
@freidhofkyle
@freidhofkyle 27 күн бұрын
Well eh a good chunk of Linux uses GNU as the userland. We just call it Linux because it’s easier than saying. GNU/Linux I mean I don’t really care I call it Linux. However GNU is a major part of the system.
@ChuckNorris-lf6vo
@ChuckNorris-lf6vo 23 күн бұрын
I am interested in a stretching routine to be able to program for so long ? Without herniating your spine?
@oglothenerd
@oglothenerd 26 күн бұрын
You need to learn Rust.
@TitusTechTalk
@TitusTechTalk 25 күн бұрын
I'll get there.
@oglothenerd
@oglothenerd 25 күн бұрын
@@TitusTechTalk Okay, this stream made me cringe so many times! 😭
@jols4808
@jols4808 7 күн бұрын
Thanks for sharing! Been really eyeing nixos, I have been maining Arch for a few months or so (I use Arch btw), so maybe I need more time beforeni make a what I would call major distro hop. The idea of having every declarednin a couple of files is appealing 🫠
NixOS Revisited
1:53:46
Titus Tech Talk
Рет қаралды 31 М.
Linux System Setup Script
1:28:35
Titus Tech Talk
Рет қаралды 13 М.
MEGA BOXES ARE BACK!!!
08:53
Brawl Stars
Рет қаралды 35 МЛН
Wait for the last one! 👀
00:28
Josh Horton
Рет қаралды 139 МЛН
Osman Kalyoncu Sonu Üzücü Saddest Videos Dream Engine 170 #shorts
00:27
Creator of git, Linus Torvalds Presents the Fundamentals of git
1:10:15
Developers Alliance
Рет қаралды 13 М.
How and why I switched to Linux
12:22
Thomas Midena
Рет қаралды 156 М.
WSJT-X Improved - an alternative client
15:00
LB4FH portable radio
Рет қаралды 4,5 М.
The Creation of Linux Toolbox
1:30:15
Titus Tech Talk
Рет қаралды 27 М.
Titus Reacts to Linus Tech Tips Linux Daily Drive Challenge
20:21
Chris Titus Tech
Рет қаралды 726 М.
Linux Toolbox Foundation
1:42:29
Titus Tech Talk
Рет қаралды 14 М.
Pydantic is OP, here's why
18:10
Carberra
Рет қаралды 16 М.
12 GREAT command line programs YOU recommended!
16:25
The Linux Experiment
Рет қаралды 233 М.
The 12 Linux Apps Everyone Should Know About
21:20
DistroTube
Рет қаралды 452 М.
PLAYER DESERVED IT??? 🤔😱, video parody of @oulyn
0:15
YOU and ME
Рет қаралды 2,7 МЛН
That's how money comes into our family
0:14
Mamasoboliha
Рет қаралды 6 МЛН