Skip to content

My personal set of dotfiles

Notifications You must be signed in to change notification settings

maciej-umanski/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. Pull this repository with --recursive parameter
  2. Install homebrew
  3. Install Oh-my-zsh
  4. Bind dotfiles
    bootstrap install
  5. Install homebrew packages
    brew bundle install --file=~/.brewfile
  6. Disable delay on dock show
    defaults write com.apple.Dock autohide-delay -float 0 && killall Dock
  7. Install vim plugins
    vim -u NONE -c "helptags vim-gitgutter/doc" -c q
  8. Add ssh key to ssh-agent
    ssh-add --apple-use-keychain ~/.ssh/id_ed25519

9.Set up autorun script

  • start Automator.app
  • select Application
  • add Run shell script (from the Actions/Utilities)
  • copy & paste your script into the window
  • save somewhere (for example you can make an Applications folder in your HOME, you will get an yourname.app)
  • go to System Preferences -> Users & Groups -> Login items (or System Preferences -> Accounts -> Login items / depending of your MacOS version)
  • add this app

About

My personal set of dotfiles

Resources

Stars

Watchers

Forks