From 7955023b24b85209934ca640013d7933c8493ee5 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 27 Jan 2022 16:45:29 +0300 Subject: [PATCH] Import .bashrc to dotdrop's dotfiles I don't use this on any personal machines. --- config.yaml | 3 +++ .bashrc => dotfiles/bashrc | 0 2 files changed, 3 insertions(+) rename .bashrc => dotfiles/bashrc (100%) diff --git a/config.yaml b/config.yaml index 189053b..4a15378 100644 --- a/config.yaml +++ b/config.yaml @@ -51,6 +51,9 @@ dotfiles: f_pam_environment: src: pam_environment dst: ~/.pam_environment + f_bashrc: + src: bashrc + dst: ~/.bashrc profiles: balozi: dotfiles: diff --git a/.bashrc b/dotfiles/bashrc similarity index 100% rename from .bashrc rename to dotfiles/bashrc