Compare commits
5 Commits
401e3bab20
...
main
Author | SHA1 | Date | |
---|---|---|---|
7604e85f22 | |||
1ba56f86ae | |||
7c05ce0a59 | |||
aa8cf789c1 | |||
7d8dd03d45 |
3
system/installlang.sh
Executable file
3
system/installlang.sh
Executable 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
|
@@ -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
|
||||
|
||||
|
@@ -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
8
user/whitesur-firefox.sh
Executable 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
|
Reference in New Issue
Block a user