Skip to content

These are some non-secret scripts/configs I use locally to develop. Since I tend to break things, or redo my local setup I place them in version control

Notifications You must be signed in to change notification settings

JorSanders/Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripts

These are some non-secret scripts/configs I use locally to develop. Since I tend to break things, or redo my local setup I place them in version control

Fair warning

I highly recommend not running other people commands blindly on your machine. So I don't expect others to do the same with mine. Which is why the only documentation included; is meant for myself.

Setup

.bashrc

Add the following to your .bashrc

# Jor bin in PATH
export PATH="$HOME/Projects/Scripts/bin:$PATH"

# Jor .profile
for f in  $HOME/Projects/Scripts/profile/*; do
  . "$f"
done

# Jor aliasses
for f in  $HOME/Projects/Scripts/aliasses/*; do
  . "$f"
done

Config

mkdir -p ~/.ssh
cp config/ssh/config ~/.ssh/config
chmod 600 ~/.ssh/config

About

These are some non-secret scripts/configs I use locally to develop. Since I tend to break things, or redo my local setup I place them in version control

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages