https://github.com/ghostofgoes/sneaky-scripts
Automated setup of development environments and other miscellaneous scripts.
https://github.com/ghostofgoes/sneaky-scripts
automation bash dotfiles python scripts
Last synced: about 1 year ago
JSON representation
Automated setup of development environments and other miscellaneous scripts.
- Host: GitHub
- URL: https://github.com/ghostofgoes/sneaky-scripts
- Owner: GhostofGoes
- License: mit
- Created: 2016-04-06T02:52:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-02T01:25:05.000Z (over 6 years ago)
- Last Synced: 2025-04-17T07:17:06.864Z (about 1 year ago)
- Topics: automation, bash, dotfiles, python, scripts
- Language: PowerShell
- Homepage:
- Size: 313 KB
- Stars: 13
- Watchers: 3
- Forks: 3
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sneaky Scripts
A collection of scripts I use for setting up my environment and doing day-to-day tasks.
Uses native platform tools, namely PowerShell on Windows, and BASH on Linux.
There are also various other useful things, like a thing to download "LinkedIn" slideshares, among other things. Poke around and enjoy :)
## Linux
```bash
# You'll need wget and unzip, unfortunatly. The other option, of course, is git.
wget https://github.com/GhostofGoes/sneaky-scripts/archive/master.zip
unzip master.zip
cd sneaky-scripts-master
# <<< EDIT THE SETTING VARIABLES IN THE SETUP SCRIPT >>>
# Run the setup script
bash setup.sh
# Run the configure script
# (NOTE: this will be done if INSTALL_CONFIGS is set to "true" in setup.sh)
bash configure.sh
```
## Windows
1. Download repo and unzip it
2. Open `windows/win10-Config.preset` in a text editor and set the configurations to what you want
3. Open a Administrator-level PowerShell prompt in the unzipped directory and run:
```powershell
.\windows\setup.ps1
```
## Platforms
* Windows: 10 (1604, 1704, 1709. 1803 TBD.)
* Ubuntu: 14, 16, 18
* Kali: 2017+
* CentOS/RHEL: 6+, 7+
* Fedora: 28+
### Untested, but potentially supported
* Debian
* OpenSUSE
* FreeBSD
## License
Licensed under the MIT licence. (See LICENSE file for details)
Feel free adapt for your own purposes, or just copy and go.