Compare commits
2 commits
dafe42b6e7
...
606b840c59
| Author | SHA1 | Date | |
|---|---|---|---|
| 606b840c59 | |||
| dccecb30f7 |
4 changed files with 16 additions and 22 deletions
|
|
@ -11,10 +11,8 @@
|
||||||
[push]
|
[push]
|
||||||
autoSetupRemote = true
|
autoSetupRemote = true
|
||||||
[alias]
|
[alias]
|
||||||
br = branch
|
|
||||||
rb = rebase
|
|
||||||
st = status
|
st = status
|
||||||
sw = switch
|
sw = switch
|
||||||
l = log --oneline --graph --decorate
|
lg = log --oneline --graph --decorate
|
||||||
[credential]
|
[credential]
|
||||||
helper = store
|
helper = store
|
||||||
|
|
|
||||||
1
.profile
1
.profile
|
|
@ -26,7 +26,6 @@ export KUBECONFIG
|
||||||
# Shortenings
|
# Shortenings
|
||||||
alias \
|
alias \
|
||||||
d='docker' \
|
d='docker' \
|
||||||
g='git' \
|
|
||||||
k='kubectl' \
|
k='kubectl' \
|
||||||
s='sudo'
|
s='sudo'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,5 @@
|
||||||
# dotfiles
|
# dotfiles
|
||||||
|
|
||||||
This uses symlinks to quickly set up a bash-based system, like NixOS or Debian.
|
This assumes you are on a bash-based system, like Debian.
|
||||||
Clone this repository into your home folder.
|
Clone this repository into your home folder.
|
||||||
Then `cd ~/dotfiles && ./install.sh`.
|
Then `cd ~/dotfiles && ./install.sh`.
|
||||||
|
|
||||||
After first install, the symlinks will be set up.
|
|
||||||
Thereafter, `git pull` will simply bring in updates to these managed dotfiles.
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
ln -si "$HOME"/dotfiles/.gitconfig ~/.gitconfig
|
ln -si "$HOME"/dotfiles/.gitconfig ~/.gitconfig
|
||||||
printf '. ~/dotfiles/.profile' > ~/.bashrc
|
printf '. ~/dotfiles/.profile' >> ~/.bashrc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue