Skip to content

grantmcd/dot_files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Grant's Dot Files

Symlink files

This command will symlink a file into your home directory. Change the source path as needed.

ln -s ~/Documents/git/dot_files/.file_name ~/

Dependencies

RVM

\curl -sSL https://get.rvm.io | bash -s stable

NVM

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash

ZSH

Symlink or copy the .zshrc file into your home directory

Oh-my-zsh

Plugins

Gems

To install gems system wide run:

bundle install --system

Homebrew

To install the homebrew packages run:

brew bundle

Command Line Utilities

  • HTTPie
    • http client
    • http food.com/resoure/1
  • colorls - gem
    • colorizes and adds icons for ls
    • aliased lc to colorls
    • lc
  • carbon-now
    • creates fancy screenshot of code file
    • carbon-now foo.js -s 4 -e 15
  • fkill
    • fancy kills process
    • fkill
  • tldr
    • displays unix MAN pages for anything
    • tldr foo
  • autojump
    • aliased j to autojump
    • j dot-even

Font

Install nerd font of choice from here: https://github.com/ryanoasis/nerd-fonts

About

My personal mac os config files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors