fb45cc5279
feat(tmux): set right status bar to include full hostname and RFC 3339 datetime ( #37 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/37
2025-09-12 17:50:30 +02:00
5ad2ff1546
fix(bash): more pleasing shell prompt colors ( #36 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/36
2025-09-12 17:20:47 +02:00
443c60578c
feat(bash): add shell prompt colors ( #35 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/35
2025-09-12 10:27:19 +02:00
fba317b20c
feat(git): add git submodule update to download function ( #34 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/34
2025-09-11 12:38:53 +02:00
c931dd9cf7
feat(git): add function for updating git submodules ( #33 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/33
2025-09-11 12:28:45 +02:00
d1432cb07f
feat(tmux): add tmux window-split
cli shortcuts ( #32 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/32
2025-09-01 07:30:00 +02:00
1d70758e8a
feat(bash): add shorter alias for 'exit' ( #31 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/31
2025-09-01 07:23:59 +02:00
3d77f64e32
feat(bash): add cdl
and cdll
to home if no arg provided ( #30 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/30
2025-07-10 12:33:46 +02:00
bd7efe5ccf
feat(vscodium): track settings.json
for VSCodium ( #29 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/29
Co-authored-by: vlw <victor@vlw.se>
Co-committed-by: vlw <victor@vlw.se>
2025-06-30 18:04:27 +02:00
5a9d264911
fix(code-server): don't show welcome screen on startup ( #28 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/28
2025-06-17 11:36:59 +02:00
5d57d35813
feat(git): set verbose flag for new commits ( #27 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/27
2025-06-07 20:04:59 +02:00
2f189c3cc0
style(bash): clean up aliases and add section comments ( #26 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/26
2025-06-06 08:46:55 +02:00
d7c6d4c783
refactor(git): refactor git aliases into a function, also adds new aliases for git add and push origin ( #25 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/25
2025-06-06 08:34:32 +02:00
24b007ed66
feat(bash): add alias to ssh into a local machine in debug mode ( #24 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/24
2025-06-06 08:07:46 +02:00
7c9edd6334
fix(bash): l* dirname if file not found ( #23 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/23
2025-05-21 09:28:20 +02:00
943927567f
feat(bash): preview or edit files with l-functions ( #22 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/22
2025-05-21 08:55:29 +02:00
c6f7cbad09
feat(ssh): disable host key check for vm.vlw.se ( #21 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/21
2025-05-19 09:27:46 +02:00
560161e18c
feat(nano): set nano tabsize to 3
2025-05-15 15:04:16 +02:00
6b79c5648c
fix(bash): rollback short bashrc import ( #19 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/19
2025-05-15 13:01:27 +00:00
513d743f2f
fix(bash): shortened .bashrc import ( #18 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/18
2025-05-14 13:38:41 +00:00
4701779ec5
feat(git): add 'gitt' alias for new WIP git tag with optional comment ( #17 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/17
2025-05-06 13:40:28 +00:00
076d50ec63
feat(ssh): disable host check for wg.vlw.se:2222 ( #16 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/16
2025-03-26 14:02:35 +00:00
b2e82876ca
[bash] add pathref export for sites and shorten existing ( #15 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/15
2025-03-26 10:32:37 +00:00
9f5565ce1e
feat(git): add GPG signing ( #14 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/14
2025-03-23 09:15:50 +00:00
2281e92464
feat(ssh): add ssh config tracking and known_hosts
exempt for local.vlw.se:2222
( #13 )
...
This PR adds tracking of the `.ssh/config` file which right now only includes an instruction to ignore `known_hosts` checking for any remote on `local.vlw.se:2222` which is the host and port I use to SSH into any local dev environment.
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/13
2025-03-13 10:19:15 +00:00
8e670ba64a
feat(bash): add tailing slash to framework path aliases ( #12 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/12
2025-02-28 13:54:21 +00:00
380c137999
feat(git): set git help.autocorrect prompt
( #11 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/11
2025-01-20 10:28:58 +00:00
cd486c996c
[bash] shortened git aliases for wip and clear ( #10 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/10
2024-12-20 11:05:50 +00:00
bc3744f711
feat(bash): add lll
which runs ls -lah | less
( #9 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/9
2024-12-16 13:36:00 +00:00
2a31610d48
fix(code-server): menu bar position to top
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/8
2024-12-16 13:32:10 +00:00
41109193bf
fix(tmux): tmux
control character from Ctrl+b or F1 to Ctrl+Spacebar only ( #7 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/7
2024-12-06 10:36:53 +00:00
22eedc9a66
feat: add new git aliases for pull and status ( #6 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/6
2024-12-06 10:36:38 +00:00
bea23e4341
fix: run l
after cdl
instead of ll
( #5 )
...
`cdl` is the "change dir and list" and `cdll` is "change dir and list hidden"
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/5
2024-12-04 13:45:29 +00:00
aeb51ec2ca
feat(bash): add pathref envars to frameworks to .bash_profile ( #4 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/4
2024-12-02 08:24:36 +00:00
bffb970230
fix(code-server): editor.hover.hidingDelay
for code-server ( #3 )
...
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/3
2024-12-02 08:04:15 +00:00
42a6aae1f1
fix: path to gitconfig excludesfile ( #2 )
...
Reviewed-on: gists/dotfiles#2
2024-11-22 04:29:45 +01:00
2b3411dcb2
feat: add code-server settings ( #1 )
...
Reviewed-on: gists/dotfiles#1
Co-authored-by: Victor Westerlund <victor.vesterlund@gmail.com>
Co-committed-by: Victor Westerlund <victor.vesterlund@gmail.com>
2024-11-22 04:18:41 +01:00
b85e546c1c
fix: move .gitconfig to root dir
2024-11-22 04:00:05 +01:00
347f373604
initial commit
2024-11-22 03:26:04 +01:00