dotfiles for personal dev environment (Debian x64). Simple and basic.
Environment: Debian (Testing) x64
- dotfiles
- rc
- basic setup needed for shell
- shell
- used by the rc scripts to initialize the env, keeping extras here
- install
- scripts to install additional essential packages
- (other pkgs, e.g., tmux)
- specific packages with their dotfiles which need to be copied to ~
- rc
The only software dependency is git (although strictly speaking, the repo can be downloaded using wget/curl and a direct download link)
$ sudo apt-get install -y git
$ git clone https://github.com/althk/dotfiles.git ~/.dotfiles
$ ~/.dotfiles/setup.sh
Getting Started With Dotfiles - The framework for this repo is based on this article, and the author's dotfiles repo dotfiles.github.io - Has everything on dotfiles and more