https://github.com/totalkrill/manjaro-setup
Script for basic modification of manjaro-i3
https://github.com/totalkrill/manjaro-setup
Last synced: over 1 year ago
JSON representation
Script for basic modification of manjaro-i3
- Host: GitHub
- URL: https://github.com/totalkrill/manjaro-setup
- Owner: TotalKrill
- Created: 2016-09-22T08:48:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-13T17:23:22.000Z (over 9 years ago)
- Last Synced: 2025-02-09T16:43:35.809Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Majaro setup script
This is just a small script that will install programs I use and also
apply configs that i am using under the Manjaro-i3 community edition.
The idea being that by running this script, most stuff I need and use will be
installed and setup.
To run:
wget https://raw.githubusercontent.com/TotalKrill/manjaro-setup/master/script-init.sh -O install.sh && chmod +x install.sh && bash -c ./install.sh && rm install.sh