Skip to content

pkgajulapalli/utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use following code to keep the files in this repository in appropriate paths.

# Requires updates
cp .gitconfig ~/.gitconfig

# Requires updates
cp .my_functions.sh ~/.my_functions.sh
cp .vimrc ~/.vimrc
cp vlsub.lua /Applications/VLC.app/Contents/MacOS/share/lua/extensions/vlsub.lua

# Add `source ~/.my_functions.sh` line at the end of `~/.bash_profile` file for it to take effect.
echo "source ~/.my_functions.sh" >> ~/.bash_profile

# Install python packages
source ~/.bash_profile
activate_python_venv
pip install -r requirements.txt

About

Contains bash and other utilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published