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
- Host: GitHub
- URL: https://github.com/brunocampos01/home-sweet-home
- Owner: brunocampos01
- License: mit
- Created: 2019-05-30T03:33:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-02T11:45:00.000Z (10 months ago)
- Last Synced: 2025-03-28T16:03:22.565Z (7 months ago)
- Topics: bashrc, rc, vimrc
- Language: Shell
- Homepage:
- Size: 574 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal Configuration
### 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/)---