13 lines
336 B
Bash
Executable File
13 lines
336 B
Bash
Executable File
# Clone some stuff
|
|
git clone https://github.com:ascyii/dotfiles ~/dotfiles
|
|
git clone https://github.com:ascyii/nixos ~/nixos
|
|
|
|
mkdir -p ~/.config/nvim
|
|
rm -rf ~/.config/nvim
|
|
|
|
mkdir -p ~/.config/emacs
|
|
rm -rf ~/.config/emacs
|
|
|
|
git clone https://github.com:ascyii/nvim ~/.config/nvim
|
|
git clone https://github.com:ascyii/emacs ~/.config/emacs
|