Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bishwas-py/dotfiles


https://github.com/bishwas-py/dotfiles

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

Get cpu cores
```bash
grep -i "cpu core" /proc/cpuinfo | uniq
```

# Styling Bash:
1. Create `bash_style.sh`:
```shell
wget https://raw.githubusercontent.com/Bishwas-py/dotfiles/main/bash_style.sh > ~/.bash_style.sh
```
2.
now, adding `bash_style.sh` in `~/.bashrc`:
source ~/.bash_style.sh

![image](https://github.com/user-attachments/assets/d43b2016-df9c-4823-b845-82d9b55e31dc)

```
source ~/.bash_style.sh
```