Skip to content

dpabon/.dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.dotfiles

This repository is to automatically install packages and user configuration on a new system in my preferred way.

Get started

Install:

cd
git clone  https://github.com/danlooo/.dotfiles
cd .dotfiles
sudo sh bootstrap_system.sh 
zsh bootstrap_user.zsh 
exec zsh

Contribute

  • Install packages and do system wide changes which might need root privileges: bootstrap_system.sh
  • Install user packages and link dotfiles: bootstrap_user.zsh
  • User dotfiles relative to the home directory of that user: home
  • Create additional run control files e.g. ~/foo.zshrc will be sourced if available where foo can be any prefix. By default, files like ~/.local.zshrc will be touched. These files are ment for local customizations and therefore not under version control

About

Linux config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 86.8%
  • Python 12.2%
  • Other 1.0%