iainjreid / dotfiles

πŸ‘¨πŸΌβ€πŸ’» My personal configuration files used across various development environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fresh ~/.dotfiles

Run commands, aliases, and general procrastination

Installation

Base

FRESH_LOCAL_SOURCE=iainreid820/dotfiles bash -c "`curl -sL get.freshshell.com`"

This will install Fresh, a library that helps developers maintain clean dotfiles,and then proceed to install my own set of profiles, utilities, and general configuration under the current users home directory.

Some programs such as Vim however, will need a few more third party tools to work as expected.

Git Time Metric

wget -O ${HOME}/bin/gtm https://github.com/git-time-metric/gtm/releases/download/v1.3.5/gtm.v1.3.5.linux.tar.gz

I track the time I spend working on most of my personal projects, and Git Time Metric helps me do this brilliantly.

macOS

Terminal

I use Alacritty as my go to terminal emulator!

MacVim

# Hide the title bar
defaults write org.vim.MacVim MMNoTitleBarWindow true

# Add a little padding to the window
defaults write org.vim.MacVim MMTextInsetTop 20
defaults write org.vim.MacVim MMTextInsetRight 20
defaults write org.vim.MacVim MMTextInsetBottom 20
defaults write org.vim.MacVim MMTextInsetLeft 20

About

πŸ‘¨πŸΌβ€πŸ’» My personal configuration files used across various development environments

License:MIT License


Languages

Language:Vim Script 56.8%Language:Shell 31.3%Language:Makefile 6.1%Language:CSS 3.9%Language:AppleScript 1.8%