Skip to content

Witos/dotfiles-1

 
 

Repository files navigation

dotfiles

Configuration files for my Arch Linux system

Screenshots

Base16-ocean theme:

i3

screenshot

vim

vim

irssi

irssi

Installation

 git clone https://github.com/aouelete/dotfiles.git
 git submodule update --init --recursive

Use the bash script stow.sh to install dotfiles by creating symlinks to the proper directories (gnu-stow must be installed).

Script usage:

./stow <pack1> [<pack2> ...]    create symlinks for specified packages
./unstow <pack1> [<pack2> ...]  remove symlinks for specified packages
./restow <pack1> [<pack2> ...]  remove and then recreate symlinks for specified packages

This script will read the file index to determine which files go where.

File format for index:

One package per line, does not have to be in alphabetical order.

<package name>: <directory>
<package2>: <directory>
...

About

My Arch Linux configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 52.1%
  • Shell 24.0%
  • Vim Script 16.5%
  • Python 4.4%
  • JavaScript 1.6%
  • HTML 1.4%