From d6b669673735c1d5a0591eca5acf0e7500318b77 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Tue, 27 Dec 2022 14:28:40 -0700 Subject: add static files, license page and file --- content/projects/dotfiles.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 content/projects/dotfiles.md (limited to 'content/projects/dotfiles.md') diff --git a/content/projects/dotfiles.md b/content/projects/dotfiles.md new file mode 100644 index 0000000..825ff68 --- /dev/null +++ b/content/projects/dotfiles.md @@ -0,0 +1,26 @@ +--- +title: "My dotfiles" +description: "The cool scripts that make my Linux boys go *zoom*" +icon: "shells.png" +repo: "https://codeberg.org/brysonsteck/dotfiles" +license: "Unlicense" +languages: "Bash, POSIX Shell, and Perl" +wip: false +current: true +date: 2021-10-09T12:05:46-07:00 +enddate: "January 2, 2006" +draft: false +--- +My collection of scripts and configuration files that help make me more efficient and/or make things look snazzy. This includes the following files: + +* Alacritty terminal config +* Bash profile +* Dunst config +* Fonts that I use +* Htop config +* Tmux config +* Vim configs, themes and scripts +* Xinit scripts + * Along with helper scripts mentioned inside them + +The repository also contains an update script so that copies of all the dotfiles are stored safely in case of any mistakes and means linking isn't necessary (because that has *definetly* not happened to me before). -- cgit v1.2.3