Skip to content
/ dotfiles Public

My dotfiles, originally forked from Holmans dotfiles.

Notifications You must be signed in to change notification settings

smgt/dotfiles

Repository files navigation

YOD Yet Another Dotfile

This is the collection of my dotfiles. I don't use much but I do love the cli so I try to stick to it as much as possible. These dotfiles were onces adapted for OSX but nowdays they are tailored for Arch Linux. I try to keep the cli parts portable to Debian flavours.

I'm using zsh + tmux + neovim. They are the heavy lifters. I also use asdf to manage some software especially programming languages.

I do like browsing the web so I need firefox. That means I also use xorg with i3. I run i3 + polybar + dunst + rofi.

This page is more of a documentation for me since I seem to forget all the time.

Setup

The initial setup with installing all the software and configuration etc is done with ansible. Then a shell script is run that symlinks all configuration from $HOME/.dotfiles/ to it's correct location.

Create a config

Create a config file in .config/dotfiles/ called config.yml.

---
example_file: yes

Run IT!

bash -c "$(curl -fsSL https://raw.githubusercontent.com/smgt/dotfiles/ansible/bin/dotfiles)"

About

My dotfiles, originally forked from Holmans dotfiles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published