All Projects → GhostofGoes → Sneaky Scripts

GhostofGoes / Sneaky Scripts

Licence: mit
Automated setup of development environments and other miscellaneous scripts.

Programming Languages

python
139335 projects - #7 most used programming language
powershell
5483 projects
bash
514 projects

Projects that are alternatives of or similar to Sneaky Scripts

Dotfiles
My dotfiles.
Stars: ✭ 5 (-28.57%)
Mutual labels:  scripts, dotfiles
Scriptsdump
The biggest dump of scripts ever!
Stars: ✭ 114 (+1528.57%)
Mutual labels:  scripts, automation
Nps
NPM Package Scripts -- All the benefits of npm scripts without the cost of a bloated package.json and limits of json
Stars: ✭ 1,285 (+18257.14%)
Mutual labels:  scripts, automation
Dotfiles
My bash, tmux, and vim configs
Stars: ✭ 14 (+100%)
Mutual labels:  scripts, dotfiles
ArcoLinux-dotfiles
ArcoLinux dotfiles for 2bwm / i3wm
Stars: ✭ 24 (+242.86%)
Mutual labels:  dotfiles, scripts
Dotfiles
My dotfiles 🚀. Includes configs for neovim, tmux, zsh, alacritty and more.
Stars: ✭ 47 (+571.43%)
Mutual labels:  scripts, dotfiles
Dotfiles
▒ rice ░░ custom linux config files
Stars: ✭ 1,514 (+21528.57%)
Mutual labels:  scripts, dotfiles
Dotfiles
Awesome personal dotfiles
Stars: ✭ 99 (+1314.29%)
Mutual labels:  scripts, dotfiles
dotfiles
There is no place like ~/
Stars: ✭ 19 (+171.43%)
Mutual labels:  dotfiles, scripts
Powershell Scripts
PowerShell scripts ranging from SCCM, MSO, AD, and other corporate enterprise uses... to sending cat facts to coworkers.
Stars: ✭ 201 (+2771.43%)
Mutual labels:  scripts, automation
Gsc
Run guided scripts for command line demos.
Stars: ✭ 13 (+85.71%)
Mutual labels:  scripts, automation
LKI
LKI's dotfiles.
Stars: ✭ 31 (+342.86%)
Mutual labels:  dotfiles, scripts
Awesome Hammerspoon
awesome configuration for Hammerspoon.
Stars: ✭ 928 (+13157.14%)
Mutual labels:  automation, dotfiles
Applescripts
My collection of AppleScripts created/acquired over the years. This repo is designed to provide useful AppleScripts for others and as a general resource for AppleScript education.
Stars: ✭ 56 (+700%)
Mutual labels:  scripts, automation
Zeus
An Electrifying Build System
Stars: ✭ 176 (+2414.29%)
Mutual labels:  scripts, automation
eRCaGuy dotfiles
.bashrc file, terminal prompt that shows current git branch, Arduino setup, Eclipse setup, git diff with line numbers, helpful scripts, improved Linux productivity, etc.
Stars: ✭ 84 (+1100%)
Mutual labels:  dotfiles, scripts
Smarthome
@skalavala 👍 Nothing But Smarthome Stuff! - By Mahasri Kalavala
Stars: ✭ 437 (+6142.86%)
Mutual labels:  scripts, automation
Archisteamfarm
C# application with primary purpose of idling Steam cards from multiple accounts simultaneously.
Stars: ✭ 7,219 (+103028.57%)
Mutual labels:  automation
Instagram Profilecrawl
📝 quickly crawl the information (e.g. followers, tags etc...) of an instagram profile.
Stars: ✭ 816 (+11557.14%)
Mutual labels:  automation
Webhook
webhook is a lightweight incoming webhook server to run shell commands
Stars: ✭ 7,201 (+102771.43%)
Mutual labels:  automation

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

# 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:
.\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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].