Skip to content

kamiox/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Usage

Install Homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Clone this repo

(git is installed when you installed Homebrew)

git clone https://github.com/NicholasTD07/dotfiles.git

Move files into your home folder

cp -rv /path/to/dotfiles/.* ~/

Install tools and apps with Homebrew Bundle

brew bundle --global -v

Prep

  • Start vim once
  • Add fishshell to /etc/shells

Init your Mac

fish
source bin/macos.fish

# set fish as default shell | compile vim plugins | disable dock bouncing icons
mac_init

# optional
generate_ssh_key

About

~nickTD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 77.5%
  • Vim Script 9.3%
  • Python 7.0%
  • Perl 6.2%