Skip to content

Emyrk/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emyrk's Dotfiles

The script install.sh is idempotent. It will install all the settings that I use in my terminal for development work.

This script currently works for Debian and Arch based os's.

Install

git clone [email protected]:Emyrk/dotfiles.git ~/dotfiles
~/dotfiles/install.sh

Design

All files in install_scripts are used by install.sh to configure the environment.

All the custom shell files should reside in /system.

└── system
    ├── append :: All these files will append to their 
    |             paired files in $HOME. This allows modifying
    |             existing files without removing them.
    ├── replace :: This directory replaces the files in $HOME
    |              symlinking the files to this dotfiles directory.
    ├── scripts :: Replaces all files in $HOME/system/scripts
    |              symlinking the files to this dotfiles directory.
    └── system :: Replaces all files in $HOME/system/system
                  symlinking the files to this dotfiles directory.

TODO:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages