mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-13 03:49:22 +01:00
02f594ae4a
It doesn't have user nor github blocks, see http://help.github.com/ for help about adding them. I am probably soon committing my vimrc too.
7 lines
239 B
Bash
Executable File
7 lines
239 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Do not use this script unless you know what you are doing!
|
|
cat bashrc > ~/.bashrc
|
|
cat tmux.conf > ~/.tmux.conf
|
|
cat zshrc > ~/.zshrc
|
|
#cat gitconfig > ~/.gitconfig # I usually do not want this to be overridden so much.
|