DTrejo / dotfiles

DTrejo's Dotfiles

Home Page:https://dtrejo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DTrejo's Dotfiles

Some of my dotfiles. Feel free to browse. I recommend copy-pasting rather running the install script, so you know what's going on. Targets zsh.

Run

# git clone this repo
cd dotfiles
chmod +x install.sh
./install.sh

to install.

What it looks like

Screenshot of my terminal

What will it do?

  • install my ~/.profile, ~/.gitconfig, and ~/.gitignore
  • move your own versions of scripts into backup files
  • install command line tools from npm that I find handy
  • Set up ampline - which will make you way faster with the git CLI.

TODO

  • recommend brew install nvm
  • recommend npm -g i ampline
  • Rewrite install script in node so there's fewer bugs w/ it
  • Don't forget to symlink ~/bin to ./bin

About

DTrejo's Dotfiles

https://dtrejo.com

License:MIT License


Languages

Language:Ruby 48.6%Language:Shell 34.2%Language:JavaScript 9.4%Language:TypeScript 7.8%