mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-12-25 05:42:22 +00:00
asdf
This commit is contained in:
parent
6cffd31f63
commit
db1c34e944
7 changed files with 21 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"optOut": false,
|
"optOut": false,
|
||||||
"lastUpdateCheck": 1587574844538
|
"lastUpdateCheck": 1587664774612
|
||||||
}
|
}
|
|
@ -7,6 +7,4 @@
|
||||||
config_version: 2
|
config_version: 2
|
||||||
settings:
|
settings:
|
||||||
content.notifications:
|
content.notifications:
|
||||||
https://calendar.google.com: true
|
https://www.reddit.com: false
|
||||||
content.register_protocol_handler:
|
|
||||||
https://calendar.google.com?cid=%25s: true
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[FileDialog]
|
[FileDialog]
|
||||||
history=file:///home/leon/Downloads, file:///home/leon/coding/projects/pipr/target/release, file:///home/leon/Bilder/screenshots, file:///home/leon/coding/projects/pipr/target/x86_64-unknown-linux-musl/release, file:///home/leon/studium/Studium/Sem4/verteilteSysteme/Klausur2003
|
history=file:///home/leon/Downloads, file:///home/leon/coding/projects/pipr/target/release, file:///home/leon/Bilder/screenshots, file:///home/leon/coding/projects/pipr/target/x86_64-unknown-linux-musl/release, file:///home/leon/studium/Studium/Sem4/verteilteSysteme/Klausur2003
|
||||||
lastVisited=file:///home/leon/coding/projects/pipr/target/release
|
lastVisited=file:///home/leon/Downloads
|
||||||
qtVersion=5.14.2
|
qtVersion=5.14.2
|
||||||
shortcuts=file:, file:///home/leon
|
shortcuts=file:, file:///home/leon
|
||||||
sidebarWidth=98
|
sidebarWidth=98
|
||||||
|
|
|
@ -128,8 +128,9 @@ myLayout = avoidStruts . BoringWindows.boringWindows . smartBorders . toggleLayo
|
||||||
dragger = let x = fromIntegral gap * 2
|
dragger = let x = fromIntegral gap * 2
|
||||||
in FixedDragger x x
|
in FixedDragger x x
|
||||||
spacingAndGaps = let intGap = fromIntegral gap
|
spacingAndGaps = let intGap = fromIntegral gap
|
||||||
spacingBorder = Border intGap intGap intGap intGap
|
spacingBorder = Border (intGap) (intGap) (intGap) (intGap)
|
||||||
in spacingRaw True spacingBorder False spacingBorder True
|
gapBorder = Border intGap intGap intGap intGap
|
||||||
|
in spacingRaw True spacingBorder True gapBorder True
|
||||||
|
|
||||||
|
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
Binary file not shown.
2
files/scripts/cheat
Executable file
2
files/scripts/cheat
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
curl "cheat.sh/$*"
|
13
files/scripts/workspaces/swlab.sh
Executable file
13
files/scripts/workspaces/swlab.sh
Executable file
|
@ -0,0 +1,13 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
xdg-open 'https://jira-student.it.hs-heilbronn.de/secure/RapidBoard.jspa?rapidView=323&projectKey=RUNDUM&selectedIssue=RUNDUM-141'
|
||||||
|
cd ~/coding/studium/swlab/backend_studez/ || exit
|
||||||
|
#docker-compose stop
|
||||||
|
#docker-compose rm -f
|
||||||
|
docker-compose up -d
|
||||||
|
nohup ~/intelliJInstall/bin/idea.sh ~/coding/studium/swlab/backend_studez/studez_backend &
|
||||||
|
|
||||||
|
kitty @ launch --keep-focus --type=tab --cwd ~/coding/studium/swlab/frontend_studez/studez_frontend/ npm start
|
||||||
|
cd ~/coding/studium/swlab/frontend_studez/studez_frontend/src || exit
|
||||||
|
git fetch
|
||||||
|
kitty @ send-text "cd ~/coding/studium/swlab/frontend_studez/studez_frontend/src\ngit checkout "
|
Loading…
Reference in a new issue