mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
feww updates
This commit is contained in:
parent
6c19ea2c03
commit
3488a3b4b3
@ -3,3 +3,4 @@ readme.md
|
|||||||
.git
|
.git
|
||||||
provision
|
provision
|
||||||
additional-setup.md
|
additional-setup.md
|
||||||
|
vars
|
||||||
|
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
vars/*
|
||||||
|
!vars/.keep
|
@ -24,3 +24,9 @@ export PATH="$HOME/.nimble/bin:$PATH"
|
|||||||
|
|
||||||
alias spl="tmux_splat"
|
alias spl="tmux_splat"
|
||||||
alias n="nnn -d -e -H -r"
|
alias n="nnn -d -e -H -r"
|
||||||
|
|
||||||
|
# Chezmoi
|
||||||
|
alias cmc="chezmoi cd"
|
||||||
|
alias cmd="chezmoi apply --verbose --dry-run"
|
||||||
|
alias cma="chezmoi apply --verbose"
|
||||||
|
|
||||||
|
3
run_before_hello_world.sh
Executable file
3
run_before_hello_world.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
echo "Hello World!"
|
1
vars/.keep
Normal file
1
vars/.keep
Normal file
@ -0,0 +1 @@
|
|||||||
|
keep
|
Loading…
x
Reference in New Issue
Block a user