Compare commits
6 Commits
7a488636f4
...
a9a92371dd
Author | SHA1 | Date |
---|---|---|
stupidcomputer | a9a92371dd | |
stupidcomputer | e1b6469287 | |
stupidcomputer | bafc27a047 | |
stupidcomputer | 339b39efcd | |
stupidcomputer | 95d727c4a5 | |
stupidcomputer | e5cf3a102d |
|
@ -2,3 +2,4 @@
|
||||||
mimeapps.list
|
mimeapps.list
|
||||||
pulse/
|
pulse/
|
||||||
rbw
|
rbw
|
||||||
|
chromium/
|
||||||
|
|
|
@ -41,8 +41,12 @@ termux-pkgs:
|
||||||
isync \
|
isync \
|
||||||
neomutt \
|
neomutt \
|
||||||
wget \
|
wget \
|
||||||
|
tur-repo \
|
||||||
x11-repo
|
x11-repo
|
||||||
|
|
||||||
|
pkg install \
|
||||||
|
chromium # from tur-repo
|
||||||
|
|
||||||
termux-dots:
|
termux-dots:
|
||||||
ln -sf $(CURDIR)/../../../.config ~/.config
|
ln -sf $(CURDIR)/../../../.config ~/.config
|
||||||
ln -sf $(CURDIR)/../../../home/ssh/config ~/.ssh/config
|
ln -sf $(CURDIR)/../../../home/ssh/config ~/.ssh/config
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
".ssh/config" = {
|
".ssh/config" = {
|
||||||
source = ./config;
|
source = ../../.config/ssh/config;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue