Skip to content

Collection of personal preferences and tools for creating a consistent environment on all platforms

Notifications You must be signed in to change notification settings

jacksblanks/workspace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workspace

This project contains a variety of personal preferences for apps like Git, Sublime, Shell, Visual Studio, etc.

Setup

To setup a workspace, simply run setup.sh.

Manual Setup

.zshrc

# source workspace zshrc
. ~/dev/workspace/prefs/shell/mac/zshrc

.bash_profile

# source workspace bashrc
test -f ~/dev/workspace/prefs/shell/win/bashrc && . ~/dev/workspace/prefs/shell/win/bashrc

Explorer

Right-click and Run With PowerShell the .ps1 files

AutoHotkey utils

Create a shortcut for each .ahk file in <user>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

About

Collection of personal preferences and tools for creating a consistent environment on all platforms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • AutoHotkey 50.7%
  • Shell 41.4%
  • PowerShell 7.9%