Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Yigit Colakoglu e94a6f4705 Configs 4 months ago
.config Configs 4 months ago
.local Configs 4 months ago
.ssh Some changes 3 years ago
.profile Changed color scheme 4 months ago
.zshenv Bare setup 3 years ago
README.md Update README.md 1 year ago
install.sh Added one more patch to dwm 2 years ago
pkg.list Added one more patch to dwm 2 years ago

README.md

Fr1nge's Dotfiles

Welcome to my dungeon. Here, I keep all my configuration files in case I have a stroke an d lose all my memory. You're very welcome to explore and use anything in this repository. Have fun! Another copy of all of this is here.
For instructions on installattion, see Installation. I highly recommend you follow them.

My Setup:

Installation

I use bare repositories to track my dotfiles, of course you don't have to do that and you can download and manually link everything you need. But if you want to use bare repositories as well. I sugggest you clone this repository first and run the following commands.

git clone --depth 4 --bare https://github.com/<your_username>/dotfiles.git  ~/.dotfiles.git
cd ~
alias dots="git --git-dir=$HOME/.dotfiles.git/ --work-tree=$HOME"
dots show main:install.sh | sh

This will download everything you need. After that, I have a list of all the packages I have installed on my machine in the directory arch-setup/. If you have any problems regarding the setup, you should first check whether you have missing packages. After the clone process, it is pretty straightforward, you can run the install.sh script which creates necessary symlinks. You might want to edit your crontab and the ~/.config/config.env.

Some eye candy

Screenshots can be found on my reddit post

TODOS