Skip to content

Personal configuration dotfiles for a custom development environment.

Notifications You must be signed in to change notification settings

CarterFaceySmith/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Dotfiles


Configuration Files for a Custom Development Environment

About The Project

This repository contains my personal dotfiles, which are used to configure my development environment. These dotfiles include settings and configurations for various tools and applications that I use on a daily basis.

Getting Started

To set up your environment with these dotfiles, follow the instructions below.

Prerequisites

  • Git

Setup

To initialise the dotfiles repository in your home directory and set up Git to manage your dotfiles, use the following commands:

git init --bare $HOME/dotfiles
alias config='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME'
config config --local status.showUntrackedFiles no
config add <file>  # Replace <file> with the specific dotfile you want to track
config commit -m "Initial commit"
config push

Update

To update your local dotfiles from the repository, use:

config pull

New System

To set up your dotfiles on a new system, follow these steps:

git clone --bare git@github.com:CarterFaceySmith/dotfiles.git $HOME/dotfiles
alias config='/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME'
config checkout

Notes

If you find any errors, issues, or have any questions, please feel free to either log an issue or contact me.

References

About

Personal configuration dotfiles for a custom development environment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published