althk / dotfiles

dotfiles for my personal dev environment (debian x64)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

dotfiles for personal dev environment (Debian x64). Simple and basic.

Environment: Debian (Testing) x64

Layout

  • 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 ~

Setup

The only software dependency is git (although strictly speaking, the repo can be downloaded using wget/curl and a direct download link)

Using git

$ sudo apt-get install -y git
$ git clone https://github.com/althk/dotfiles.git ~/.dotfiles
$ ~/.dotfiles/setup.sh

References

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

About

dotfiles for my personal dev environment (debian x64)

License:MIT License


Languages

Language:Shell 100.0%