Skip to content

pallxk/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Various config files and scripts for linux -- managed via GNU Stow

Quick Setup

Installation

cd
git clone --recursive https://github.com/pallxk/dotfiles.git
cd dotfiles

# Install `stow` first, see 'Installing' section below for instructions.
stow bash       # or any other package you want
# If conflicts reported, backup and remove original ones, and try again.

Update

cd ~/dotfiles
git pull
git submodule update --init

GNU Stow is a symlink farm manager which takes distinct packages of software and/or data located in separate directories on the filesystem (dotfiles of various software in this case), and makes them appear to be installed in the same place ($HOME folder in this case).

Installing

  • ArchLinux: pacman -S stow
  • Ubuntu/Debian: apt-get install stow
  • CentOS: yum install epel-release && yum install stow
  • Mac OS: brew install stow
  • Cygwin: apt-cyg install stow

Futher Reading

Related Work on Dotfiles

LICENSE

Licensed under The MIT License.

Copyright (c) 2016 pallxk https://github.com/pallxk


All code snippets from others are attributed in commit messages and/or along with the code.

About

Various config files and scripts for linux

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published