Commit graph

58 commits

Author SHA1 Message Date
Gregor Bückendorf
a91196e904 feat(npmrc): make npm follow XDG again 2021-01-20 09:45:53 +01:00
Gregor Bückendorf
3ade94018c fix(gitconfig): slightly improved pager options 2020-09-08 14:52:19 +02:00
gliech
782001b2f6 feat(gitconfig): modified graph and new chronograph commands 2020-09-07 21:34:30 +02:00
Gregor Bückendorf
6497b21897 bashrc.d: Overwrite system python with brew python3 via PATH precedence 2019-06-24 14:04:31 +02:00
Gregor Bückendorf
fb6b54d444 Merge branch 'master' of github.com:gliech/dotfiles 2019-05-21 10:04:28 +02:00
Gregor Bückendorf
8c2df587e4 bash-completion: Added aws-cli completer 2019-05-21 10:04:06 +02:00
Gregor Bückendorf
8fb790d0bf aws-config-refresh: Variable substitution Ooops 2019-05-20 14:19:14 +02:00
Gregor Bückendorf
bb2fd010b6 aws-config-refresh: fd2fab4 Apparently Linux 2019-05-20 14:05:57 +02:00
Gregor Bückendorf
026edc372f aws-config-gen: Saved a line 2019-05-20 00:51:06 +02:00
Gregor Bückendorf
fd2fab4bb7 aws-config-refresh: Who said make is not a scripting language? 2019-05-19 22:53:24 +02:00
Gregor Bückendorf
26c997d416 aws-config-gen: Continued development and moved to XDG_CONFIG_HOME 2019-05-19 21:06:33 +02:00
Gregor Bückendorf
dd57915320 bash-completion: moved to XDG_DATA_HOME 2019-05-19 20:51:38 +02:00
Gregor Bückendorf
525c9f8bfa aws-config-gen: First version 2019-05-19 03:38:20 +02:00
Gregor Bückendorf
29a8f98c75 aws-auth: Added bash-completion 2019-05-18 21:20:47 +02:00
Gregor Bückendorf
9910654818 autosource: Made variables local so they don't leak 2019-05-18 17:20:23 +02:00
Gregor Bückendorf
bca3d0fbea aws-azure-login.bashrc: Renamed the aws-token function to aws-auth 2019-05-18 16:09:34 +02:00
Gregor Bückendorf
34e2071988 ls.bashrc: MacOS compatability 2019-05-18 15:49:13 +02:00
Gregor Bückendorf
536deb63b6 bashrc.d: Added bash completion for MacOS stuff 2019-05-18 15:48:09 +02:00
Gregor Bückendorf
89fd8ccd77 lint 2019-05-18 15:42:12 +02:00
Gregor Bückendorf
9867ab3cac bashrc: Added an autosource function that allows us to source other files similar to how you would import python modules 2019-05-18 15:30:55 +02:00
Gregor Bückendorf
ea57c0fc60 neovim: Merging config between the work laptop and a small change I made on my x220 2019-05-18 00:39:09 +02:00
Gregor Bückendorf
c7b2819395 neovim: Checking in changes I have been making to my config during work 2019-05-18 00:21:35 +02:00
Gregor Bückendorf
830a4e50e1 dotconfig: This kills the carriage return 2019-05-18 00:10:50 +02:00
Gregor Bückendorf
f8ec58d8c7 dotfiles_command.bashrc: Added git bash-completion location for Ubuntu/WSL 2019-05-18 00:02:21 +02:00
Gregor Bückendorf
1f63e97472 fuck.bashrc: Added usage message to failure state 2019-05-17 23:57:17 +02:00
Gregor Bückendorf
5d1b1c30e0 environment.d: Added skeletons for files that need to be filled in manually 2019-05-17 23:28:48 +02:00
Gregor Bückendorf
927e0c5407 aws-cli: Updated the config with tools for saml login 2019-05-17 23:07:51 +02:00
Gregor Bückendorf
5d32143142 neovim: completed an unfinished comment in init.vim 2019-03-26 10:56:05 +01:00
Gregor Bückendorf
373652f6b9 bashrc.d: Added some aliases for ls variants(needs further work) 2019-01-14 10:16:34 +01:00
Gregor Bückendorf
518afbf7d0 aws-cli: Added some environment variables for sane defaults 2019-01-14 09:38:07 +01:00
Gregor Bückendorf
08507db7f5 README.md: Added provisional user credentials to the initial commit command on a local backup branch 2019-01-10 12:36:58 +01:00
Gregor Bückendorf
c5b1898733 neovim: refined the no-/wrapping and scrolling a little 2018-12-17 17:37:22 +01:00
Gregor Bückendorf
f401604b21 README.md: noted down some stuff I want to do in the install/setup script 2018-12-17 02:44:39 +01:00
Gregor Bückendorf
d60da53caf bashrc: built the structure to add utility functions for the bashrc in the future. 2018-12-17 02:38:07 +01:00
Gregor Bückendorf
6d1f8e626e neovim: made a simple config file 2018-12-17 02:01:38 +01:00
Gregor Bückendorf
77eae6eee4 bashrc.d: added fuck 2018-12-16 14:29:22 +01:00
Gregor Bückendorf
3ea46d1f59 bash: restructured bashrc and bash_profile so they won't cause problems with scp 2018-12-16 13:39:45 +01:00
Gregor Bückendorf
5ae5f29898 bashrc: renamed all files in .bashrc.d from .bashrc to .sh 2018-12-13 17:38:58 +01:00
Gregor Bückendorf
b617d7a72b dotfiles_command.bashrc: uses the environment now and clears its vars 2018-12-13 17:34:20 +01:00
Gregor Bückendorf
46f401d5b4 README.md: put some more stuff in TODO 2018-12-13 17:18:54 +01:00
Gregor Bückendorf
6b7f34f7f8 bashrc: checking if the environment is loaded before executing stuff that relies on it 2018-12-13 17:15:32 +01:00
Gregor Bückendorf
abae11bfaf bash_profile: need to unset vars when sourcing files instead of executing 2018-12-13 17:11:02 +01:00
Gregor Bückendorf
94ec834c71 bashrc: added a check for bash version 4 or newer 2018-12-13 11:16:07 +01:00
Gregor Bückendorf
76a1a46eba README.md: Began a list with stuff that should be added to the dotfiles when I have time 2018-12-09 19:29:07 +01:00
Gregor Bückendorf
76f23a478b gitconfig: Made the graph command order by date 2018-12-09 19:26:39 +01:00
Gregor Bückendorf
a33364a94a README.md: Added rudimentary README containing my current cloning routine 2018-12-07 01:41:50 +01:00
Gregor Bückendorf
adcf84966b neovim, dotfiles-install: Added an auto-install routine to the bashrc.d that downloads vim-plug for now 2018-12-07 00:46:11 +01:00
Gregor Bückendorf
0c9b44e53f bash: changed some tests from existing file to readable file 2018-12-07 00:40:07 +01:00
Gregor Bückendorf
457f265f36 neovim: alias nvim as vim if found 2018-12-06 21:22:26 +01:00
Gregor Bückendorf
3bb8ad24ee bash_profile: Restructured the file to load the bashrc only when required and after the environment is sourced 2018-12-06 20:58:50 +01:00