1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00
Go to file
2017-03-21 05:12:32 +00:00
.config Update i3 bar & screen configuration 2017-02-02 00:36:47 +00:00
.vim/ftplugin Add JavaScript and OCaml specific Vim config 2016-10-12 14:46:25 +01:00
.xournal Add Xournal config 2016-05-16 17:02:22 +01:00
fonts/SauceCodeProPatched Switch to patched SourceCodePro font 2016-04-01 18:09:41 +01:00
scripts Install pkgfile for command-not-found in zsh 2017-02-25 02:47:06 +00:00
.fehbg Fetch wallpaper image on setup 2016-05-16 17:02:22 +01:00
.gitignore Ignore Vim swapfiles 2017-01-25 14:02:30 +00:00
.gtkrc-2.0 Decrease system font size for more on-screen fun! 2016-09-12 23:27:38 +01:00
.profile Enforce GTK theme for Qt applications with qt5-styleplugins 2017-02-25 02:45:56 +00:00
.vimrc Remove vim auto-pairs. It just doesn't work.. at all 2017-03-21 05:12:32 +00:00
.xbindkeysrc Initial commit 2016-03-31 03:05:40 +01:00
.xinitrc Finally fix double sourcing ~/.profile 2016-08-03 17:10:13 +01:00
.Xresources Re-skin Xresources, using some new features 2017-01-16 16:44:14 +00:00
.xsession Migrate .xinitrc to .xsession for lightdm compat 2016-04-16 18:03:56 +01:00
.zshrc Fix ZSH dependency on system packages 2017-01-17 02:14:45 +00:00
aliases _dsh and extensions default to /bin/sh if not specified 2017-03-05 21:12:37 +00:00
README.md Update readme and links to scripts 2016-07-06 09:12:45 +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 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

To install all of my packages & programs, check out my other repo https://github.com/frebib/arch-install/ and the userinstall script