1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00
Go to file
2016-05-16 17:02:22 +01:00
.config Screenshot on key release instead of sleeping 2016-05-10 16:38:02 +01:00
fonts/SauceCodeProPatched Switch to patched SourceCodePro font 2016-04-01 18:09:41 +01:00
scripts Fetch wallpaper image on setup 2016-05-16 17:02:22 +01:00
.fehbg Fetch wallpaper image on setup 2016-05-16 17:02:22 +01:00
.gitconfig Tidy up .gitconfig 2016-04-02 20:08:03 +01:00
.gitignore Ignore log files. I'm looking at you imgur-screenshot 2016-04-23 13:32:36 +01:00
.gtkrc-2.0 Reduce GTK/Qt font size slightly 2016-04-01 18:09:41 +01:00
.profile Set less (with colour support) as $PAGER 2016-05-01 14:30:47 +01:00
.vimrc Add i3 config syntax highlighting for Vim 2016-05-01 14:10:48 +01:00
.xbindkeysrc Initial commit 2016-03-31 03:05:40 +01:00
.xinitrc Source profile envvars in .xinitrc when using xlogin 2016-05-10 16:39:30 +01:00
.Xresources Updated rofi config for new version 2016-04-30 14:05:38 +01:00
.xsession Migrate .xinitrc to .xsession for lightdm compat 2016-04-16 18:03:56 +01:00
.yaourtrc Initial commit 2016-03-31 03:05:40 +01:00
.zshrc Fix alt-left/right in termite 2016-04-01 18:09:41 +01:00
aliases Better pdf alias, suppressing output & disowning process 2016-05-01 14:32:37 +01:00
packages Source profile envvars in .xinitrc when using xlogin 2016-05-10 16:39:30 +01:00
README.md Add comment to readme 2016-04-01 18:09:41 +01:00

These are the configs I use on my Arch Linux installation at home. They can be use and changed as much or as little as you please

Usage

To quickly get started, clone this repo and run the setup scripts.

git clone https://github.com/frebib/dotfiles.git ~/.config/dotfiles
cd ~/.config/dotfiles

You can put the dotfiles directory anywhere, just be sure to update the $DOTFILES envvar in .profile

To install all of my packages & programs, run the setup script:

scripts/setup.sh

To link all the configuration files, run the init-dotfiles script:

Be warned that this will destroy your current configs without warning

scripts/init-dotfiles.sh