holychicken99 / Dotfiles

Dotfiles for my Arch Linux setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Logo

Dotfiles are the customization files (their filenames usually begin with a period) that are used to personalize your Linux or other Unix-based systems. This repository contains my personal dotfiles.

Screenshots

Abyss
  • App Screenshot

  • App Screenshot

  • App Screenshot

  • App Screenshot

Otaku Life
  • App Screenshot
  • App Screenshot
  • App Screenshot

Dependencies

  1. Tiling Window manager Xmonad
  2. Terminal Alacritty
  3. Bottom-Tray Xmobar
  4. Top-Tray Polybar
  5. Wallpaper Manager Nitrogen
  6. Terminal file explorer ranger
  7. Bluetooth-manager Blueman-Manager
  8. Network-manager Dmenu-network
  9. Audio-manager Pulse-Audio

  • Distro Garuda-Linux

Installation

  git clone --recursive https://gitlab.com/holychicken99/dotfiles
  cd themes 
  • choose the theme
  • copy the config files from folder to their default location
rm ~/.config/alacritty/alacritty.yml
cp {path_to_installtion/{theme_folder}/.alacritty.yml} ~/.config/alacritty/

How To Manage Your Own Dotfiles

There are a hundred ways to manage your dotfiles. Personally, I use the git bare repository method for managing my dotfiles. Here is an article about this method of managing your dotfiles: [[https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/][https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/]]

Other articles discussing dotfile management are listed below:


License

The files and scripts in this repository are licensed under the MIT License, which is a very permissive license allowing you to use, modify, copy, distribute, sell, give away, etc. the software. In other words, do what you want with it. The only requirement with the MIT License is that the license and copyright notice must be provided with the software.

About

Dotfiles for my Arch Linux setup

License:Creative Commons Zero v1.0 Universal


Languages

Language:Haskell 95.8%Language:Vim Script 3.3%Language:Shell 0.9%