mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-01-08 11:28:14 +01:00
Compare commits
2 Commits
ad7ca51176
...
5276b39910
| Author | SHA1 | Date | |
|---|---|---|---|
| 5276b39910 | |||
| 78340f2cc1 |
@ -375,6 +375,16 @@
|
|||||||
"create_desktop_shortcut": false,
|
"create_desktop_shortcut": false,
|
||||||
"default_launch_container": "window"
|
"default_launch_container": "window"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"url": "https://app.revolut.com/",
|
||||||
|
"create_desktop_shortcut": false,
|
||||||
|
"default_launch_container": "window"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "https://app.n26.com/",
|
||||||
|
"create_desktop_shortcut": false,
|
||||||
|
"default_launch_container": "window"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"url": "https://www.kela.fi/",
|
"url": "https://www.kela.fi/",
|
||||||
"create_desktop_shortcut": false,
|
"create_desktop_shortcut": false,
|
||||||
|
|||||||
2
install
2
install
@ -37,7 +37,7 @@ cp -v rc/zshrc $HOME/.zshrc
|
|||||||
cp -v rc/profile $HOME/.profile
|
cp -v rc/profile $HOME/.profile
|
||||||
|
|
||||||
# Create configuration directories missed later
|
# Create configuration directories missed later
|
||||||
mkdir -vp $HOME/.config/{autostart,bat,foot,git,MangoHud,mpv,nvim,systemd/user,yt-dlp}/
|
mkdir -vp $HOME/.config/{autostart,bat,foot,git,MangoHud,mpv,nvim,user-tmpfiles.d,systemd/user,yt-dlp}/
|
||||||
|
|
||||||
# terminfo just in case it needs to be copied to remote system
|
# terminfo just in case it needs to be copied to remote system
|
||||||
mkdir -vp $HOME/.terminfo/{A..z}
|
mkdir -vp $HOME/.terminfo/{A..z}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user