Skip to content

bugthing/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.files

Here is a repo containing my dot files.

I use the gnu tool stow to manage them. Or the bash script included

Install stow

$ pacman -S stow

or

$ apt install stow

Use script

$ ~/.dotfiles/stowsh ~/.dotfiles/bash

Setup

Clone into directory ~/.dotfiles, like so:

$ cd ~
$ git clone [email protected]:bugthing/dotfiles.git .dotfiles

Manage

To create the file system links for the different groups of dotfiles, use stow like so:

$ cd ~/dotfiles
$ stow bash
$ stow vim
$ stow tmux
$ stow desktop
$ stow ruby

System D

There are some user systemd files include in my dotfile repo. To enable/start them, do this:

$ systemctl --user enable ssh-agent
$ systemctl --user start ssh-agent

About

Collection of dotfiles I use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published