1
0
Fork
You've already forked dotfiles
0
No description
  • Shell 67.5%
  • Lua 17.7%
  • Python 7.5%
  • Perl 2.3%
  • Haskell 1.6%
  • Other 3.3%
Find a file
2025年03月27日 09:42:45 +05:30
.config Making some changes 2025年03月27日 09:42:45 +05:30
.dwm Making some changes 2023年09月04日 09:08:14 +05:30
.emacs.d Making some changes 2024年08月17日 12:00:35 +05:30
.local Making some changes 2025年03月27日 09:42:45 +05:30
.screenshots making some changes 2020年07月28日 14:57:29 +05:30
.bashrc Making some changes 2024年01月15日 02:16:47 +05:30
.gitignore making some changes 2021年08月02日 22:31:00 +05:30
.vimrc making some changes. 2020年06月28日 08:00:53 +05:30
.Xresources Making some changes 2023年04月26日 14:03:48 +05:30
.zshenv Making some changes 2024年01月15日 02:16:47 +05:30
LICENSE Add LICENSE 2020年06月20日 21:26:24 +00:00
README.md making some changes. 2020年06月24日 13:51:37 +05:30

Dotfiles

Dotfiles are the customization files that are used to personalize your Linux or other Unix-based system. You can tell that a file is a dotfile because the name of the file will begin with a period--a dot! The period at the beginning of a filename or directory name indicates that it is a hidden file or directory. This repository contains my personal dotfiles. They are stored here for convenience so that I may quickly access them on new machines or new installs. Also, others may find some of my configurations helpful in customizing their own dotfiles.

How To Manage Your Own Dotfiles

There are a hundred ways to manage your dotfiles. My first suggestion would be to read up on the subject. A great place to start is "Your unofficial guide to dotfiles on GitHub": https://dotfiles.github.io/

Personally, I use the git bare repository method for managing my dotfiles: https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/

For a video tutorial for creating a git bare repository check out: https://www.youtube.com/watch?v=tBoLDpTWVOM

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.