Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mybash/ #205

Open
utterances-bot opened this issue May 18, 2024 · 16 comments
Open

mybash/ #205

utterances-bot opened this issue May 18, 2024 · 16 comments

Comments

@utterances-bot
Copy link

Ultra BASH Prompt

Having Fun with Technology

https://christitus.com/mybash/

Copy link

extract doesnt seem to work with .zip files when there are spaces in file name.

┌─[das][pop-os][~/Downloads]
└─▪ unzip "Abigail 2024 720p WEBRip 800MB x264-GalaxyRG.zip"
Archive: Abigail 2024 720p WEBRip 800MB x264-GalaxyRG.zip
creating: Abigail 2024 720p WEBRip 800MB x264-GalaxyRG/
inflating: Abigail 2024 720p WEBRip 800MB x264-GalaxyRG/Abigail.2024.720p.WEBRip.800MB.x264-GalaxyRG.mkv

┌─[das][pop-os][~/Downloads]
└─▪ rmd 'Abigail 2024 720p WEBRip 800MB x264-GalaxyRG'/
removed 'Abigail 2024 720p WEBRip 800MB x264-GalaxyRG/Abigail.2024.720p.WEBRip.800MB.x264-GalaxyRG.mkv'
removed directory 'Abigail 2024 720p WEBRip 800MB x264-GalaxyRG/'

┌─[das][pop-os][~/Downloads]
└─▪ extract "Abigail 2024 720p WEBRip 800MB x264-GalaxyRG.zip"
unzip: cannot find or open Abigail, Abigail.zip or Abigail.ZIP.

Copy link

On Ubuntu 24.04 Server, I had to do the following before I could execute the steps in the video:
mkdir ~/.config
sudo apt update
sudo apt upgrade
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:zhangsongcui3371/fastfetch
sudo apt update
sudo apt install fastfetch
sudo apt install git
sudo apt install curl

I created an LXC Container under ProxMox

Copy link

One additional comment, jpico didn't load and I was unable to find a package.

I did have to manually run install_bashrc_suport as well.

Just typing install just game me usage info.

Copy link

jtodaro commented Jun 12, 2024

Can we get a copy of your ~/.config/fastfetch/config.jsonc file?

Copy link

I have followed the instructions, but this does not seem to work with Manjaro.

Copy link

KIEKSAK commented Aug 30, 2024

while installing this on opensuse i realised that (dont get me wrong could be a mistake on my end) whenever you run the installer and it starts to install dependencies a error message display "the flag q is not recognised" so when i opened the install.sh in my text editor and look at the line ${SUDO_CMD} ${PACKAGER} install -yq ${DEPENDENCIES}

at 137,1 47%
the command -yq must be a typo, when i removed the q at the end then everything started working fine.

Copy link

Viyan1 commented Sep 7, 2024

AMAZING PROMPT!

Copy link

Viyan1 commented Sep 7, 2024

WORKS COMPLETELY FINE ON DEBIAN TESTING!

Copy link

Hawolex commented Oct 3, 2024

This makes my look like sh**...... on ubuntu server 24.04.1 LTS.
Just wanna let you know..

server repo don`t have fastfetch ether...

add-apt-repository ppa:zhangsongcui3371/fastfetch
apt update
apt install fastfetch

are needed.

Copy link

Is it possible to keep these configs when you SSH into another server (Using WSL with Windows Terminal).

Copy link

can you make a zsh profile too?

Copy link

ilano0 commented Nov 5, 2024

I am new at linux and i wanted to modify that ls does not do like a ls -a, if someone know how to change it it will be great thanks

Copy link

ilano0 commented Nov 5, 2024

no, I'm stupid, forget my question, I found it.

Copy link

HI chris thank you for this but i face some issue can you please help when u launch my terminal i have the error below
bash: /home/user/.bashrc: Permission denied

Copy link

For Asahi Linux (Fedora 40) had to remove the 'show-progress' parameter at line 150. Good prompt

Copy link

Hi Chris!,

Awesome work as usual! I'm new on this topic and I'm struggling with the awful 'fastfetch' documentation.
If you could share your config file that would be great help!

Thanks for everything you do!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests