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:
parent
93b54816a3
commit
0f41c51ccd
Binary file not shown.
Binary file not shown.
47
.xmonad/.vscode/tasks.json
vendored
47
.xmonad/.vscode/tasks.json
vendored
|
@ -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
14
README.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Horhik's dotfiles
|
||||
░█░█░█▀█░█▀▄░█░█░▀█▀░█░█░▀░█▀▀
|
||||
░█▀█░█░█░█▀▄░█▀█░░█░░█▀▄░░░▀▀█
|
||||
░▀░▀░▀▀▀░▀░▀░▀░▀░▀▀▀░▀░▀░░░▀▀▀
|
||||
|
||||
░█▀▄░█▀█░▀█▀░█▀▀░▀█▀░█░░░█▀▀░█▀▀
|
||||
░█░█░█░█░░█░░█▀▀░░█░░█░░░█▀▀░▀▀█
|
||||
░▀▀░░▀▀▀░░▀░░▀░░░▀▀▀░▀▀▀░▀▀▀░▀▀▀
|
||||
```
|
||||
Theme = Dracula
|
||||
WM = XMonad/i3-gaps
|
||||
Bar = XMobar or Polybar (depend by WM)
|
||||
Terminal = alacritty
|
||||
```
|
Loading…
Reference in a new issue