Compare commits

...

5 Commits

4 changed files with 15 additions and 1 deletions

3
system/installlang.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
apk add ristretto-lang thunar-lang xfce4-panel-lang xfce4-session-lang xfce4-settings-lang xfce4-terminal-lang xfconf-lang xfdesktop-lang xfwm4-lang

View File

@@ -12,7 +12,7 @@ mv candy-icons-master candy-icons
cd /root
git clone --depth=1 https://github.com/vinceliuice/WhiteSur-icon-theme
cd WhiteSur-icon-theme
./install.sh
./install.sh -a
cd /root
rm -rf WhiteSur-icon-theme

View File

@@ -2,6 +2,9 @@
vim.g.loaded_netrw = 1
vim.g.loaded_netrwPlugin = 1
-- deactivating zig fmt because it enforces spaces over tabs
vim.g.zig_fmt_autosave = 0
local lazypath = vim.fn.stdpath 'data' .. '/lazy/lazy.nvim'
if not vim.loop.fs_stat(lazypath) then
local lazyrepo = 'https://github.com/folke/lazy.nvim.git'

8
user/whitesur-firefox.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
cd /tmp
git clone --depth=1 https://github.com/vinceliuice/WhiteSur-firefox-theme
cd WhiteSur-firefox-theme
./install.sh
cd ..
rm -rf WhiteSur-firefox-theme