Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bishwas-py/dotfiles
https://github.com/bishwas-py/dotfiles
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bishwas-py/dotfiles
- Owner: Bishwas-py
- Created: 2022-11-17T04:32:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T12:39:49.000Z (4 months ago)
- Last Synced: 2024-08-27T13:58:46.016Z (4 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```