Compare commits
No commits in common. "a9a92371dd2b34980c8b7c4f5fc6781cd6bf3e96" and "7a488636f4cc63d0977dfbee37770aa218d653f4" have entirely different histories.
a9a92371dd
...
7a488636f4
1
.config/.gitignore
vendored
1
.config/.gitignore
vendored
@ -2,4 +2,3 @@
|
||||
mimeapps.list
|
||||
pulse/
|
||||
rbw
|
||||
chromium/
|
||||
|
@ -41,12 +41,8 @@ termux-pkgs:
|
||||
isync \
|
||||
neomutt \
|
||||
wget \
|
||||
tur-repo \
|
||||
x11-repo
|
||||
|
||||
pkg install \
|
||||
chromium # from tur-repo
|
||||
|
||||
termux-dots:
|
||||
ln -sf $(CURDIR)/../../../.config ~/.config
|
||||
ln -sf $(CURDIR)/../../../home/ssh/config ~/.ssh/config
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
home.file = {
|
||||
".ssh/config" = {
|
||||
source = ../../.config/ssh/config;
|
||||
source = ./config;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user