Some scripts I use.
Get a minimal virmc:
A oneliner to set up a minimal vimrc on ur machine (another way is to manually download install.sh and execute it)
curl -sL git.io/vim_install > install.sh && bash install.sh && rm install.sh
Current Plugins:
- vim-closetag
- vim-floaterm
- onedark theme
- fzf-vim
- vim-polyglot
- auto-pairs
Other scripts:
Bash
neofetch.sh
- Tweaked version of NerdFetch.
my_ip.sh
- for showing private and public ips.
wifi.sh
- for connecting to wifi via command line.
Python
ctf.py
- Has 2 functions (for now).
- morse and rot(caesar).
- Usage:
python3 ctf.py rot/morse "The_String"
translate.py
- Translates other languages to english.
- Converts the text in clipboard.
- Automatically detects the language. (uses googletrans module)
vim_startup.py
- To get nvim startuptime.
- Along with plugin-timings.
- looks for paq directory for profiling plugin startuptime.
colors.py
- grabs the color where mouse is pointed to on the screen.
- In hex and rgb.
- Requirement: Tkinter.
unicode_arrows.py
- prints some unicode arrow characters.
- Sometimes i use it for terminal customization.