raulanatol / dotfiles

@raulanatol dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

raulanatol dotfiles

Table of Contents

Install

Run this:

git clone https://github.com/raulanatol/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
make install

How to update the dotfiles project

Something we need to update the dotfiles project, new brew applications installed, etc. To do this you only need to execute

make checkpoint

How to add more symlinks?

Edit the file symlinks and add a new line.

How to add a new application?

Create a new folder with the name of the application and put inside all the files that this application needed.

Extra installation guide

Configure iTerm

Preferences > General > Preferences >

  • ✅ Load preferences from a custom folder or URL (~/.dotfiles/iTerm)
  • ✅ Save changes to folder when iTerm2 quits

Misc

Reload completion

Execute the below script, after that open a new terminal.

.scripts/reload_completion.sh

New mac defaults

defaults read > before

Change the preference (using the UI)

defaults read > after

And check the diff

diff before after

More info:

About

@raulanatol dotfiles

License:MIT License


Languages

Language:Python 83.8%Language:PHP 6.5%Language:Vim Script 4.4%Language:Shell 2.7%Language:Go 1.1%Language:Ruby 0.4%Language:Hack 0.4%Language:JavaScript 0.2%Language:Lua 0.2%Language:CSS 0.2%Language:Makefile 0.1%Language:Less 0.0%Language:Rich Text Format 0.0%Language:Swift 0.0%