mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-14 04:19:23 +01:00
6 lines
154 B
Bash
6 lines
154 B
Bash
|
#!/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
|