michaelpass / .dotfiles

Personal configuration files for quick workflow deployment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.dotfiles

Personal configuration files for quick workflow deployment

Purpose

Quick deployment on macOS Big Sur

Installation (Done as individual shell commands)

 $ cd; // Takes user directly to home directory.
 $ git clone git@github.com:michaelpass/.dotfiles // Clones into a hidden folder in $HOME. 
 $ cd ~/.dotfiles // Move into newly cloned directory
 $ cp ./* ~ // Copies contents to $HOME.

Note: Clones directly to working directory. 1 2

TODO:

  1. Fork and refactor code for Ubuntu linux on AWS' EC2
  2. Write this as a proper bash script
  3. Fork and refactor for ArchLinux
  4. Fork and refactor for KaliLinux

Footnotes

  1. User must have already configured GitHub for automatic cloning.

  2. User must remove bash prompt symbol '$'

About

Personal configuration files for quick workflow deployment


Languages

Language:Shell 74.9%Language:Vim Script 25.1%