Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

neo64yt/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notice

This repository is now archived and succeeded by glorious-dotfiles.

dotfiles

This is the repository where I store backups of my dotfiles made using Git bare repository method.

What are dotfiles?

Dotfiles are basically configuration files. They usually bear a dot in front of their names.

How to clone

As this is a bare Git repository, first create a new directory called git-src (recommended). Then, clone as the following example:

/usr/bin/git --git-dir=$HOME/git-src/dotfiles/ --work-tree=$HOME clone https://github.com/neo64yt/dotfiles.git

Included configurations

  • dwm
  • dmenu scripts
  • zsh
  • bspwm
  • Autostart applications
  • GTK theme
  • Too much that you should see it yourself in the repository, badly :P

NOTICE

To ensure compatibility of my .dmenu/power script with Artix Linux, I used sudo poweroff and sudo reboot instead. Please add these lines to the sudoers file:

%wheel arch-neo64=(root) NOPASSWD: /sbin/poweroff
%wheel arch-neo64=(root) NOPASSWD: /sbin/reboot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages