8 lines
144 B
Bash
Executable File
8 lines
144 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cp .zshrc ~/.zshrc
|
|
cp starship.toml ~/.config/starship.toml
|
|
cp -r wezterm ~/.config/wezterm
|
|
cp -r .zsh ~/.zsh
|
|
cp -r nvim ~/.config
|