Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gousaiyang/util-scripts
Collection of some utility scripts.
https://github.com/gousaiyang/util-scripts
bashrc pip-upgrader python-startup terminal-colors util utilty-scripts
Last synced: 20 days ago
JSON representation
Collection of some utility scripts.
- Host: GitHub
- URL: https://github.com/gousaiyang/util-scripts
- Owner: gousaiyang
- License: mit
- Created: 2018-12-30T06:03:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T06:41:13.000Z (over 1 year ago)
- Last Synced: 2024-11-05T16:49:35.653Z (2 months ago)
- Topics: bashrc, pip-upgrader, python-startup, terminal-colors, util, utilty-scripts
- Language: Python
- Size: 24.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# util-scripts
Collection of some utility scripts.
- `bashrc`: my custom configuration for bash (PS1, aliases and functions)
- `color/color16.py`: test support for 16 basic colors in terminal
- `linters`: my linter configuration files
- `pip_upgrade`: a simple (and configurable) script to upgrade all Python packages for a given Python installation
- `python_startup`: my `PYTHONSTARTUP` script for better interactive use (library pre-import and utility functions)
- `upgrade_all`: upgrade all APT packages, Python packages, Ruby packages and git-repo-based software
- `vimrc`: a simple vim configuration file taken from [amix/vimrc](https://github.com/amix/vimrc/blob/master/vimrcs/basic.vim)