1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-11-25 17:41:32 +00:00

add readme

remove rubbish
This commit is contained in:
horhik 2020-07-27 08:19:31 +03:00
parent 93b54816a3
commit 0f41c51ccd
6 changed files with 14 additions and 47 deletions

Binary file not shown.

View file

@ -1,47 +0,0 @@
{
// Automatically created by phoityne-vscode extension.
"version": "2.0.0",
"presentation": {
"reveal": "always",
"panel": "new"
},
"tasks": [
{
// F7
"group": {
"kind": "build",
"isDefault": true
},
"label": "stack build",
"type": "shell",
"command": "stack build"
},
{
// F6
"group": "build",
"type": "shell",
"label": "stack clean & build",
"command": "stack clean && stack build"
//"command": "stack clean ; stack build" // for powershell
},
{
// F8
"group": {
"kind": "test",
"isDefault": true
},
"type": "shell",
"label": "stack test",
"command": "stack test"
},
{
// F6
"isBackground": true,
"type": "shell",
"label": "stack watch",
"command": "stack build --test --no-run-tests --file-watch"
}
]
}

14
README.md Normal file
View file

@ -0,0 +1,14 @@
# Horhik's dotfiles
░█░█░█▀█░█▀▄░█░█░▀█▀░█░█░▀░█▀▀
░█▀█░█░█░█▀▄░█▀█░░█░░█▀▄░░░▀▀█
░▀░▀░▀▀▀░▀░▀░▀░▀░▀▀▀░▀░▀░░░▀▀▀
░█▀▄░█▀█░▀█▀░█▀▀░▀█▀░█░░░█▀▀░█▀▀
░█░█░█░█░░█░░█▀▀░░█░░█░░░█▀▀░▀▀█
░▀▀░░▀▀▀░░▀░░▀░░░▀▀▀░▀▀▀░▀▀▀░▀▀▀
```
Theme = Dracula
WM = XMonad/i3-gaps
Bar = XMobar or Polybar (depend by WM)
Terminal = alacritty
```