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

https://github.com/brunocampos01/home-sweet-home

My personal config
https://github.com/brunocampos01/home-sweet-home

bashrc rc vimrc

Last synced: 6 months ago
JSON representation

My personal config

Awesome Lists containing this project

README

          

# Personal Configuration
![License](https://img.shields.io/badge/Code%20License-MIT-blue.svg)

### Prepare Environment
```bash
mkdir projects/
cd projects/
wget https://github.com/brunocampos01/home-sweet-home/archive/refs/heads/master.zip
unzip master.zip
cd home-sweet-home-master/
```

### Install
```bash
sudo chmod +x initial_install.sh
./initial_install.sh
```

### Post Installation
```
hostnamectl set-hostname avell
```

### Benckmark
```
wget https://phoronix-test-suite.com/releases/repo/pts.debian/files/phoronix-test-suite_10.8.4_all.deb
phoronix-test-suite default-benchmark openarena xonotic tesseract gputest unigine-valley
```

#### Some Applications that are installed with `install.sh`
- [Terminator](https://terminator-gtk3.readthedocs.io/en/latest/index.html)
- [Oh my bash](https://ohmybash.github.io/)
- [snapd](https://snapcraft.io)
- [Linux System Optimizer & Monitoring](https://oguzhaninan.github.io/Stacer-Web/)
- [Boot pendrive](https://www.balena.io/etcher/)

#### My `rc`
- [.bashrc](config/.bashrc)
- [.vimrc](config/.vimrc)
- [.conkyrc](config/.conkyrc)
- [.jupyter](config/jupyter_notebook_config.py)
- [terminator](config/)

---













Creative Commons License