Skip to content

My personal shell- and vim-profile with automatic installation

Notifications You must be signed in to change notification settings

muhkuh2005/jas-profile

 
 

Repository files navigation

jas-profile

My Shell und vim Profiles with automatic installation

Setup

mkdir -p ~/.config;
git clone git@github.com:possi/jas-profile.git ~/.config/jas-profile;
bash ~/.config/jas-profile/setup.sh install-cloned;

Quick-Setup:

curl -s https://raw.githubusercontent.com/possi/jas-profile/master/setup.sh | bash; # or
wget -O - https://raw.githubusercontent.com/possi/jas-profile/master/setup.sh | bash; # or
lnyx -source https://raw.githubusercontent.com/possi/jas-profile/master/setup.sh | bash;

Recommended cygwin enhancements

  • apt-cyg
  • OH MY CYGWIN
  • chere-Package with icon added:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\Directory\Background]
    
    [HKEY_CLASSES_ROOT\Directory\Background\shell]
    
    [HKEY_CLASSES_ROOT\Directory\Background\shell\cygwin64_zsh]
    "Icon"="D:\\cygwin\\Cygwin-Terminal.ico"
    
    [HKEY_CLASSES_ROOT\Directory\shell]
    
    [HKEY_CLASSES_ROOT\Directory\shell\cygwin64_zsh]
    "Icon"="D:\\cygwin\\Cygwin-Terminal.ico"

My Defaults

Internals:

Update all dependencies:

git submodule -q foreach git pull -u origin master

About

My personal shell- and vim-profile with automatic installation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 63.2%
  • Vim Script 36.8%