Commit graph

41 commits

Author SHA1 Message Date
ItsDrike 681427ad9a
Use ifconfig.me instead of ifconfig.co for ip obtaining 2023-02-02 22:53:12 +01:00
ItsDrike 5a086c6ec7
Update aliases 2022-11-20 03:15:56 +01:00
ItsDrike a3e01caebf
Initial commit 2022-11-20 03:14:18 +01:00
ItsDrike b912871070
Remove everything and restart blank
This commit removes all files currently present in the repo, to prepare
for a start from a nothing. This is done due to my recent migration from
X11 to Wayland, which has rendered most of these config files no longer
releveant.

I've currently been tracking my dotfiles in a separate repository, in
hopes to get it to a state where it would be mergable here, but that
turned out to be much more difficult than I anticipated, and I think it
will be much easier to simply move over the history from this temporary
repository I've been using onto this one. That however requires a start
from a clean point, which this commit creates.
2022-11-20 03:07:41 +01:00
ItsDrike fcdd9df1a6
Store timestamps in command history 2022-08-23 10:53:33 +02:00
ItsDrike 480baf8da7
Automatically define pyenv python aliases 2022-05-29 01:15:40 +02:00
ItsDrike 75fbd46888
Fix gchb alias 2022-01-04 01:03:18 +01:00
ItsDrike f1f8946139
Add alias to search pacnew files 2022-01-04 01:03:05 +01:00
ItsDrike 826cef4e6e
POSIX compliance, shellcheck 2021-12-18 18:09:25 +01:00
ItsDrike d843e90462
Use spaces instead of tabs 2021-12-18 18:07:47 +01:00
ItsDrike b07404d669
Use POSIX-compatible sh, not zsh 2021-12-18 12:04:41 +01:00
ItsDrike 09ce7d00a9
Convert tabs to spaces 2021-12-18 12:04:28 +01:00
ItsDrike 752fd36c62
Fix pip aliases for cpython/pypy
- We can't simply define `pip3.6`,... because the aliases support both
  cpython and pypy version, which means these needs to differ. For that
  reason, I decided to use `ppip3` for pypy and `pip3` for cpython.
  However there's also an option to use the full version like this:
  `pypy3pip` or `py3.7pip`.
2021-12-18 11:49:37 +01:00
ItsDrike 5432334da6
Simplify python alias creation 2021-12-18 05:48:36 +01:00
ItsDrike d048c2a262
Also add ppy alias for default pyhton version 2021-12-18 03:21:23 +01:00
ItsDrike 754bbcbbd6
Also add ppy and ipy aliases
- py alias should always preferably use ipython, however if it isn't
  available, it does fall back to the pure python interpreter.
- This is useful for running scripts since we would prefer ipython error
  output, but also for debugging, etc.
- However since py will use ipython, we didn't have any good way to get
  back to pure python unless it's typed in it's full form, which is too
  long. Because of this, this adds `ppy` alias, which always points to
  the pure python interpreter, no matter if ipython is available or not.
- This also adds a more explicit `ipy` alias, to clearly mark that we
  want ipython.
2021-12-18 03:19:59 +01:00
ItsDrike 6f613a1ea5
Fix python aliases 2021-12-18 03:10:16 +01:00
ItsDrike c606650c7d
Add vimtutor alias for nvim 2021-12-18 03:02:39 +01:00
ItsDrike ac4b447bb5
Add aliases to quickly configure nvim 2021-12-18 03:02:26 +01:00
ItsDrike a0dfc5fd09
Add aliases for different python versions 2021-12-18 03:02:02 +01:00
ItsDrike 13c47143af
Add auth-log alias 2021-12-03 14:49:02 +01:00
ItsDrike b267b97c45
Add more git aliases 2021-12-01 19:58:56 +01:00
ItsDrike 8b4be51ca0
Merge branch 'arch' of https://github.com/ItsDrike/dotfiles into arch 2021-11-14 20:59:22 +01:00
ItsDrike 9166b4c051
Update directory aliases 2021-11-14 20:58:43 +01:00
ItsDrike 6d85a4bc40
Fix cftodo alias 2021-11-14 20:57:43 +01:00
ItsDrike 82f60713d4
Add vim-like exist aliases 2021-11-14 20:54:54 +01:00
ItsDrike 2446789d25
Add support for terminal window swallowing 2021-11-14 20:54:15 +01:00
ItsDrike 4bc99d46b5
Fix ip-show alias 2021-10-22 13:19:20 +02:00
ItsDrike ee5e3a5fd1
Add cfxprofile aliase 2021-08-19 23:26:06 +02:00
ItsDrike 182a68612f
Don't blindly run editable github gist with bash 2021-08-16 17:31:26 +02:00
ItsDrike 669ec40e9d
Add vimwiki alias 2021-08-16 00:37:04 +02:00
ItsDrike 05e63ef139
Change ld alias to ldir (avoid conflicts) 2021-08-15 15:23:22 +02:00
ItsDrike a6ad237b7c
Remove cfvim alias, add gdc 2021-07-23 19:13:35 +02:00
ItsDrike c55163d4ae
Alias j to z (from autojump) 2021-07-22 21:12:35 +02:00
ItsDrike 36fc25b4ee
Add z.lua aliases 2021-07-20 23:20:18 +02:00
ItsDrike 54742fcd93
Add kernel aliases 2021-07-20 23:19:46 +02:00
ItsDrike 93bde27829
Remove pacman aliases 2021-07-20 23:19:17 +02:00
ItsDrike 8566d2cfc9
Use .zshenv to define env vars, not .zprofile 2021-07-20 23:18:50 +02:00
ItsDrike e74417219c
Add git merge alias 2021-07-20 01:36:23 +02:00
ItsDrike 39c21fffe3
Update aliases 2021-07-20 01:35:11 +02:00
ItsDrike a6161d402a
Define exports in profile, rename sh to shell 2021-07-14 19:11:50 +02:00
Renamed from home/.config/sh/aliases (Browse further)