Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patriciogonzalezvivo/.dotfiles
https://github.com/patriciogonzalezvivo/.dotfiles
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/patriciogonzalezvivo/.dotfiles
- Owner: patriciogonzalezvivo
- Created: 2016-06-30T09:28:33.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-28T16:53:44.000Z (about 2 months ago)
- Last Synced: 2024-10-18T19:31:25.776Z (25 days ago)
- Language: Shell
- Size: 34.1 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Install with out cloning
```bash
curl -L https://rawgit.com/patriciogonzalezvivo/.dotfiles/main/install_core.sh | bash
```## Install by cloning this repo
1. Install `git`
```bash
sudo apt-get install git-core
```2. Clone this repo at the home folder
```bash
cd ~
git clone git://github.com/patriciogonzalezvivo/.dotfiles.git
cd .dotfiles
```3. Run Install Core Apps
```bash
./install_core.sh
```## Other install scripts
* `install_tool.sh`: Install desktop apps like Inkscape, Gimp, blender, etc
* `install_net.sh`: Install basic network tools
* `install_sdr.sh`: Software Define Radio apps
* `install_python.sh`: Install Python with env sandboxes
* `install_of.sh`: Install OpenFrameworks, my project and the addons I use the most
## Raspberry Pi specific scripts
* `rpi/install_xfce.sh`: Replace the X11 window manager for Xfce
* `rpi/install_rplay.sh`: Install RPlay
* `rpi/install_gpsd.sh`: Install GPS device
* `rpi/install_hotspot.sh`: Install Automatic HotSpot deamon. In case of using Buster distribution use: `install_hotspot_buster.sh`
## Hardware Specific documentation
* [Razer Blade Stealth late 2019](doc/razer_blade_stealth_2019.md)
* [RaspberryPi Zero controlling Celestron Telescope](doc/Rpi_zero_telescope.md)
* [MacBook Pro](doc/mac_book_pro.md)