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 5c3c814099 Added one more patch to dwm 3 years ago
.config Edited neovim and stuff 3 years ago
.local Added one more patch to dwm 3 years ago
.ssh Some changes 4 years ago
.profile Edited neovim and stuff 3 years ago
.zshenv Bare setup 4 years ago
README.md Added files that I accidentally deleted 3 years ago
install.sh Added one more patch to dwm 3 years ago
pkg.list Added one more patch to dwm 3 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

Workspace 1 Workspace 2 Workspace 4 neomutt

TODOS