https://github.com/prinzpiuz/system-scripts
Scripts customizing my machine
https://github.com/prinzpiuz/system-scripts
binary scripts shell shell-scripts
Last synced: over 1 year ago
JSON representation
Scripts customizing my machine
- Host: GitHub
- URL: https://github.com/prinzpiuz/system-scripts
- Owner: prinzpiuz
- License: gpl-3.0
- Created: 2024-05-08T07:04:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T10:05:06.000Z (over 1 year ago)
- Last Synced: 2025-03-27T20:49:12.111Z (over 1 year ago)
- Topics: binary, scripts, shell, shell-scripts
- Language: Shell
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# System-Scripts
Scripts customizing my machine
## Setup
- clone this repo as bin folder in user home directory
`git clone https://github.com/prinzpiuz/System-Scripts $HOME/bin`
- add the following line to your `~/.bashrc` file
`export PATH="$HOME/bin:$PATH"`