Compare commits
No commits in common. "2e5967f8c6c097e83955de8f5fe69bba7b4f8c39" and "507da2571c6f106d9e7984eb273f9c5c081d8198" have entirely different histories.
2e5967f8c6
...
507da2571c
10 changed files with 0 additions and 18 deletions
|
@ -1,2 +0,0 @@
|
|||
mkdir -p ~/.local/share/applications
|
||||
cp *.desktop ~/.local/share/applications/
|
|
@ -1,2 +0,0 @@
|
|||
mkdir -p ~/.config/fontconfig
|
||||
cp fonts.conf ~/.config/fontconfig/
|
|
@ -1 +0,0 @@
|
|||
Copy-Item ".\gitconfig-win" "$HOME\.gitconfig"
|
|
@ -1 +0,0 @@
|
|||
cp gitconfig ~/.gitconfig
|
|
@ -1,2 +0,0 @@
|
|||
mkdir -p ~/.config/kitty
|
||||
cp *.conf ~/.config/kitty/
|
|
@ -1,2 +0,0 @@
|
|||
New-Item -ItemType "directory" -Path "$HOME\AppData\Local\nvim"
|
||||
Copy-Item ".\init.vim" "$HOME\AppData\Local\nvim\"
|
|
@ -1,2 +0,0 @@
|
|||
mkdir -p ~/.config/nvim
|
||||
cp init.vim ~/.config/nvim/
|
|
@ -1,2 +0,0 @@
|
|||
New-Item -ItemType "directory" -Path "$HOME\Documents\PowerShell"
|
||||
Copy-Item ".\profile.ps1" "$HOME\Documents\PowerShell\"
|
|
@ -1,2 +0,0 @@
|
|||
mkdir -p ~/.config/i3
|
||||
cp config ~/.config/i3/
|
|
@ -1,2 +0,0 @@
|
|||
mkdir -p ~/.config/i3status
|
||||
cp config ~/.config/i3status/
|
Loading…
Reference in a new issue