1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00
Go to file
2018-04-04 12:03:48 +01:00
.config Merge branch 'master' into surface 2018-04-04 12:03:48 +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 Merge branch 'master' into surface 2018-04-04 12:03:48 +01:00
surface3-scripts@bd6eaf1fb0 Add autorotate script 2017-12-26 15:43:45 +00:00
surface-scripts@f94e25f0b8 Update surface-scripts HEAD 2017-12-26 15:43:46 +00:00
.fehbg Update .fehbg script 2017-11-26 01:01:28 +00:00
.gitignore imgur-screenshot/settings: update scrot command & ensure login 2017-10-03 10:28:35 +01:00
.gitmodules Change again to new bash surface-scripts 2017-12-26 15:43:46 +00:00
.gtkrc-2.0 Decrease system font size for more on-screen fun! 2016-09-12 23:27:38 +01:00
.profile Merge branch 'master' into surface 2018-03-31 11:09:42 +01:00
.xbindkeysrc Fix volume desync with xbindkeys 2018-02-14 18:52:26 +00:00
.xinitrc Change again to new bash surface-scripts 2017-12-26 15:43:46 +00:00
.Xresources Merge branch 'master' into surface 2018-04-04 12:03:48 +01:00
.xsession xsession: use correct name for integrated display 2017-12-26 15:43:47 +00:00
.zshrc zsh: manage autogen with git, fixes `autogen selfupdate' 2018-03-31 13:46:04 +01:00
aliases aliases: start vim with servername for lervag/vimtex 2018-04-03 17:16:30 +01:00
README.md Change again to new bash surface-scripts 2017-12-26 15:43:46 +00: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 --recursive
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