calvernaz / dotfiles

Dot files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Bunch of dot files I've been collecting and updating for MacOSX.

Install

fish

brew install fish

sh

This is how it gonna look in the end:

bash

To get this thing working just link the bash related files to your home or use stow (but I can't be bothered)

   ln -sf ~/dotfiles/bash/.bash_profile ~/.bash_profile
   ln -sf ~/dotfiles/bash/.bash_functions ~/.bash_functions
   ln -sf ~/dotfiles/bash/.bash_aliases ~/.bash_aliases

You'll need to configure git

git

	ln -sf ~/dotfiles/git/.gitconfig ~/.gitconfig

Customize your email and username inside the .gitconfig file

Requirements

brew install exa
brew install bash-completion
brew install docker-completion
brew install bash-git-prompt

Emacs

To start emacs as daemon with systemd follow the instructions from here. In my case emacs.service file was in the directory /usr/share/emacs/26.1/etc/.

About

Dot files


Languages

Language:Shell 64.9%Language:Emacs Lisp 35.1%