Cloner
This commit is contained in:
12
clone.sh
Executable file
12
clone.sh
Executable file
@@ -0,0 +1,12 @@
|
|||||||
|
# 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
|
||||||
Reference in New Issue
Block a user