Skip to content

Commit c99eb84

Browse files
authored
Merge pull request #2 from neiesc/new-moon
New moon
2 parents 735fd43 + ea30aef commit c99eb84

File tree

87 files changed

+1480
-187
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+1480
-187
lines changed

.gitignore

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,27 @@
1-
.env
1+
*~
2+
3+
# temporary files which can be created if a process still has a handle open of a deleted file
4+
.fuse_hidden*
5+
6+
# KDE directory preferences
7+
.directory
8+
9+
# Linux trash folder which might appear on any partition or disk
10+
.Trash-*
11+
12+
# .nfs files are created when an open file is removed but is still being accessed
13+
.nfs*
14+
15+
*.tar
16+
*.tar.*
17+
*.jar
18+
*.exe
19+
*.msi
20+
*.zip
21+
*.tgz
22+
*.log
23+
*.log.*
24+
*.sig
25+
26+
pkg/
27+
src/

.gitmodules

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
1-
[submodule "dependences/archcraft-openbox"]
2-
path = dependences/archcraft-openbox
1+
[submodule "archcraft/dependences/archcraft-openbox"]
2+
path = archcraft/dependences/archcraft-openbox
33
url = [email protected]:archcraft-os/archcraft-openbox.git
4-
[submodule "dependences/themes/gtk"]
5-
path = dependences/themes/gtk
4+
[submodule "archcraft/dependences/themes/gtk"]
5+
path = archcraft/dependences/themes/gtk
66
url = [email protected]:dracula/gtk.git
7-
[submodule "dependences/themes/openbox"]
8-
path = dependences/themes/openbox
7+
[submodule "archcraft/dependences/themes/openbox"]
8+
path = archcraft/dependences/themes/openbox
99
url = [email protected]:dracula/openbox.git
10-
[submodule "dependences/themes/rofi"]
11-
path = dependences/themes/rofi
10+
[submodule "archcraft/dependences/themes/rofi"]
11+
path = archcraft/dependences/themes/rofi
1212
url = [email protected]:dracula/rofi.git
13-
[submodule "dependences/themes/git"]
14-
path = dependences/themes/git
13+
[submodule "archcraft/dependences/themes/git"]
14+
path = archcraft/dependences/themes/git
1515
url = [email protected]:dracula/git.git
16-
[submodule "dependences/themes/gitkraken"]
17-
path = dependences/themes/gitkraken
16+
[submodule "archcraft/dependences/themes/gitkraken"]
17+
path = archcraft/dependences/themes/gitkraken
1818
url = [email protected]:dracula/gitkraken.git
19-
[submodule "dependences/mopidy-docker"]
20-
path = dependences/mopidy-docker
19+
[submodule "archcraft/dependences/mopidy-docker"]
20+
path = archcraft/dependences/mopidy-docker
2121
url = [email protected]:jojo141185/mopidy-docker.git
22-
[submodule "dependences/themes/Tela-circle-icon-theme"]
23-
path = dependences/themes/Tela-circle-icon-theme
22+
[submodule "archcraft/dependences/themes/Tela-circle-icon-theme"]
23+
path = archcraft/dependences/themes/Tela-circle-icon-theme
2424
url = [email protected]:vinceliuice/Tela-circle-icon-theme.git
25-
[submodule "dependences/polybar-scripts"]
26-
path = dependences/polybar-scripts
25+
[submodule "archcraft/dependences/polybar-scripts"]
26+
path = archcraft/dependences/polybar-scripts
2727
url = [email protected]:polybar/polybar-scripts.git
28-
[submodule "dependences/themes/xfce4-terminal"]
29-
path = dependences/themes/xfce4-terminal
28+
[submodule "archcraft/dependences/themes/xfce4-terminal"]
29+
path = archcraft/dependences/themes/xfce4-terminal
3030
url = [email protected]:dracula/xfce4-terminal.git
31-
[submodule "dependences/themes/gitk"]
32-
path = dependences/themes/gitk
31+
[submodule "archcraft/dependences/themes/gitk"]
32+
path = archcraft/dependences/themes/gitk
3333
url = [email protected]:dracula/gitk.git
34-
[submodule "dependences/theme/archcraft-openbox-dracula"]
35-
path = dependences/theme/archcraft-openbox-dracula
34+
[submodule "archcraft/dependences/theme/archcraft-openbox-dracula"]
35+
path = archcraft/dependences/theme/archcraft-openbox-dracula
3636
url = [email protected]:neiesc/archcraft-openbox-dracula.git

.vscode/extensions.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"recommendations": [
33
"nico-castell.linux-desktop-file",
4-
"ms-vscode.makefile-tools"
4+
"ms-vscode.makefile-tools",
5+
"timonwong.shellcheck",
6+
"codezombiech.gitignore",
7+
"tamasfe.even-better-toml"
58
]
69
}

README.md

Lines changed: 10 additions & 8 deletions
File renamed without changes.

0 commit comments

Comments
 (0)