Skip to content

Daniel-Boll/.dotfiles

Repository files navigation

.dotfiles

My dotfiles for Artix Linux 🐧



Installation

First you will need to clone this repository:

git clone https://github.com/Daniel-Boll/.dotfiles ~/.dotfiles

or using gh-cli

gh repo clone Daniel-Boll/.dotfiles ~/.dotfiles

Manual Linkage

Create symbolic links for the configurations you want to use, e.g.:

ls -s ~/.dotfiles/tmux/.tmux.conf ~/.tmux.conf

Using GNU Stow (recommended)

Install GNU Stow (if not already installed)

Mac:      brew install stow
Ubuntu:   apt-get install stow
Fedora:   yum install stow
Arch:     pacman -S stow

Then simply use stow to install the dotfiles you want to use:

cd ~/.dotfiles
stow nvim
stow tmux

TODO

  • zshrc config
  • dwm config
  • st config
  • rofi config