Печенька блять!

This commit is contained in:
2025-02-11 00:18:55 +03:00
parent fb73a963b6
commit 11c5031c60
74 changed files with 0 additions and 0 deletions

19
🍪/Templates/README.md Normal file
View File

@@ -0,0 +1,19 @@
Templates for new documents
===========================
### Install for GNOME
```sh
mkdir -p $HOME/Templates
cp ./files/* $HOME/Templates/
```
### Install for KDE
```sh
mkdir -p $HOME/Templates
mkdir -p $HOME/.local/share/templates
cp ./files/* $HOME/Templates/
cp ./kde/* $HOME/.local/share/templates/
```

View File

@@ -0,0 +1,7 @@
:root {
--bg-color: #000;
}
body {
font-family: sans-serif;
}

View File

View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>...</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<div class="container">
<!-- -->
</div>
</body>
</html>

View File

@@ -0,0 +1,5 @@
function foobar() {
'use strict';
console.log('test');
}

View File

@@ -0,0 +1,6 @@
[Desktop Entry]
Name=CSS
Comment=
Type=Link
URL=/home/user/Templates/CSS.css
Icon=text-css

View File

@@ -0,0 +1,6 @@
[Desktop Entry]
Name=Empty File
Comment=
Type=Link
URL=/home/user/Templates/File
Icon=none

View File

@@ -0,0 +1,6 @@
[Desktop Entry]
Name=HTML
Comment=
Type=Link
URL=/home/user/Templates/HTML.html
Icon=text-html

View File

@@ -0,0 +1,6 @@
[Desktop Entry]
Name=JavaScript
Comment=
Type=Link
URL=/home/user/Templates/JavaScript.js
Icon=application-json