Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Latest commit

 

History

History
80 lines (69 loc) · 3.16 KB

README.md

File metadata and controls

80 lines (69 loc) · 3.16 KB

dots

Remote Store for my personal dotfile configurations

Cloning and Using this repository

This repository sets up an alias that allows us to track only our personal configuration files in the $HOME directory and store changes in Github.

  1. echo .dots >> .gitignore
  2. git clone git@github.com:tfisher21/dots.git $HOME/.dots
  3. Restart your Session
  4. dots config --local status.showUntrackedFiles no
  5. dots checkout

With this setup, you'll use dots instead of git to manage your working tree for the dots repo. You'll also need to manually add new files when created because they won't be tracked otherwise.

To Do

GitHub

  • Set-Up GitHub Access
  • Clone dots repo
  • Update email depending on personal or professional work

Initial

  • Adjust System Preferences
  • Download Xcode via the app store
  • Install Xcode Command Line Interface
  • Install Homebrew
  • brew bundle

iTerm

Neovim

  • Set-up Neovim
  • Migrate from 'williamboman/nvim-lsp-installer' to 'williamboman/mason.nvim'
  • Autotags
  • Git
  • Tmux
  • Install NvimTree
  • Nvim Alternative for projectionist and vim-test?

Future Tasks

  • Enhance Readme as a how-to
  • Nightly pull/updates similar to real applications (like OhMyZsh)
  • Document System Preferences adjustments

Maybe

Software

  • RetroArch - Emulator frontend (OpenGL graphics API version)
  • Notion - App to write, plan, collaborate, and get organized
  • Alfred - Application launcher and productivity software

Other Areas of Exploration

Inspired By

Resources