My dotfiles for Artix Linux 🐧
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
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
- zshrc config
- dwm config
- st config
- rofi config