Skip to content

Convenience project to import/export bash/vim configurations between machines, and scripts to speed up Kubernetes command input.

Notifications You must be signed in to change notification settings

carlosap256/console_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console Utils

This is a repository to try and have a consistent number of tools and configuration to work with. I got tired of having to manually export and import the configurations for Bash, VIM, etc, on any new machine I use, so this approach helps me to quickly import/export configurations between machines. For now it only has Bash, Vim and Aliases configuration files in /misc_scripts

First time import

To import the configuration for the first time, enter /misc_scripts folder and run ./import_scripts.sh (need to install the dependencies first, explained below) Then enter to a new bash console to use the new configuration. For the second time and up, it's not necessary to enter to the folder, as it will be added to the PATH variable

Export

To export any changes made to the bash/vim aliases files, run the script: export_scripts.sh and then commit the changes to Git

Install dependencies

Enter the folder /dependencies and run the script ./apt.sh with sudo permissions

About

Convenience project to import/export bash/vim configurations between machines, and scripts to speed up Kubernetes command input.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published