Skip to content

epicserve/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Dotfiles

This is my personal dotfiles. They are managed using:

  • Ansible: Ansible is the simplest way to automate apps and IT infrastructure.
  • Homebrew: for OS X package management
  • UV: The PyPA recommended tool for installing and managing Python packages.

Installation

  1. Install Homebrew

     /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    
  2. Install all the things

     git clone https://github.com/epicserve/dotfiles.git .dotfiles \
     && cd ~/.dotfiles && ./install.sh
    
  3. Change your font for iTerm2 to one of the Powerline fonts like, "Roboto Mono Medium for Powerline."

  4. Apps I install manually.

  5. Settings I change.

    • Increase mouse speed to 9
    • Trackpad: tap to click
  6. Archive and transfer the following folders:

    • ~/Sites
    • ~/.aws
    • ~/Downloads
    • ~/.ssh
    # Create the archive
    $ tar czvf backup.tar.gz ~/Sites/ ~/.aws ~/Downloads ~/.ssh
    
    # Transfer the archive to the new computer using AirDrop or SCP
    
    # Extract archive and then move the files to correct locations
    $ tar xzvf backup.tar.gz
    
  7. Export Sequel Ace connections and copy them to the new computer.

  8. Export and Import Raycast settings.

  9. Create a new AWS access key to add to aws-vault.

Inspiration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •