https://github.com/tolgaerok/solus
Personal Solus repo
https://github.com/tolgaerok/solus
gnome solus solus-linux tweaks
Last synced: 5 months ago
JSON representation
Personal Solus repo
- Host: GitHub
- URL: https://github.com/tolgaerok/solus
- Owner: tolgaerok
- License: gpl-3.0
- Created: 2024-06-21T05:50:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T12:13:16.000Z (over 1 year ago)
- Last Synced: 2025-06-03T16:14:31.633Z (about 1 year ago)
- Topics: gnome, solus, solus-linux, tweaks
- Language: Shell
- Homepage:
- Size: 386 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# solus ..........................
Personal Solus repo
#
Setup git - very painful..
```bash
# Generate an SSH key
ssh-keygen -t rsa -b 4096 -C "kingtolga@gmail.com"
# Start the SSH agent
eval "$(ssh-agent -s)"
# Add the SSH key to the SSH agent
ssh-add ~/.ssh/id_rsa
# Copy the SSH key to clipboard
cat ~/.ssh/id_rsa.pub | xclip -selection clipboard
# Test the SSH connection to GitHub
ssh -T git@github.com
# Set the default branch name to 'main'
git config --global init.defaultBranch main
# Rename the current branch to 'main'
git branch -m main
# Add a remote repository
git remote add origin git@github.com:tolgaerok/solus.git
# Verify the remote URL
git remote -v
```
### About
- Contained in this repo are a collection of my personal scripts to setup and tweak the current solus installation
Run setup-solus.sh located in:
```bash
PERSONAL-SCRIPTS/USER-HOME-RELATED/setup-solus.sh
```
- To install Flatpak, run the following command in the terminal
```bash
sudo eopkg install flatpak xdg-desktop-portal-gtk
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
```
- Install Chrome for solus
```bash
sudo eopkg bi --ignore-safety https://raw.githubusercontent.com/getsolus/3rd-party/master/network/web/browser/google-chrome-stable/pspec.xml
sudo eopkg it google-chrome-*.eopkg
```