Skip to content

artem-y/toolconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toolconfig

Basic settings to save time configuring a new machine

Scripts

  • cpb - Copy branch name to clipboard
  • fetchall - Fetch all the repos in the repos directory. By default, the repos directory is $HOME/repos.
  • gst - "git status" but shorter and the branch name is highlighted
  • hideme - Hide current user and host name from terminal prompt and pwd. Needs to be sourced (for example, like in .zshrc)
  • nvimconfig - Install Neovim configs into ~/.config directory and set its user config subdirectory to the current user. Also install Telescope. Convenience script, should run from the scripts directory.
  • purgespm - Delete local and global caches of Swift Package Manager, including derived data and security fingerprints
  • sep - Print a separator

Commands

  • mkdj - Make directory and jump into it, convenience function in .zshrc