add networkmanager and add config files
This commit is contained in:
2
configs/flatpak/com.prusa3d.PrusaSlicer
Normal file
2
configs/flatpak/com.prusa3d.PrusaSlicer
Normal file
@@ -0,0 +1,2 @@
|
||||
[Context]
|
||||
filesystems=~/.local/share/PrusaSlicer
|
||||
2
configs/flatpak/com.visualstudio.code
Normal file
2
configs/flatpak/com.visualstudio.code
Normal file
@@ -0,0 +1,2 @@
|
||||
[Context]
|
||||
filesystems=xdg-documents/git
|
||||
2
configs/flatpak/fr.handbrake.ghb
Normal file
2
configs/flatpak/fr.handbrake.ghb
Normal file
@@ -0,0 +1,2 @@
|
||||
[Context]
|
||||
filesystems=/media;/mnt/data/media/movies;!host
|
||||
2
configs/flatpak/global
Normal file
2
configs/flatpak/global
Normal file
@@ -0,0 +1,2 @@
|
||||
[Context]
|
||||
filesystems=xdg-download;!home;!host
|
||||
2
configs/flatpak/md.obsidian.Obsidian
Normal file
2
configs/flatpak/md.obsidian.Obsidian
Normal file
@@ -0,0 +1,2 @@
|
||||
[Context]
|
||||
filesystems=!xdg-download;!xdg-run/app/com.discordapp.Discord;!/run/media;!/mnt;!/media;~/projects/kladjes
|
||||
2
configs/flatpak/org.blender.Blender
Normal file
2
configs/flatpak/org.blender.Blender
Normal file
@@ -0,0 +1,2 @@
|
||||
[Context]
|
||||
filesystems=xdg-documents/blender
|
||||
2
configs/flatpak/org.gnome.Rhythmbox3
Normal file
2
configs/flatpak/org.gnome.Rhythmbox3
Normal file
@@ -0,0 +1,2 @@
|
||||
[Context]
|
||||
filesystems=!xdg-music;/mnt/media/music
|
||||
2
configs/flatpak/org.kicad.KiCad
Normal file
2
configs/flatpak/org.kicad.KiCad
Normal file
@@ -0,0 +1,2 @@
|
||||
[Context]
|
||||
filesystems=xdg-documents/kicad
|
||||
2
configs/flatpak/org.mozilla.Thunderbird
Normal file
2
configs/flatpak/org.mozilla.Thunderbird
Normal file
@@ -0,0 +1,2 @@
|
||||
[Context]
|
||||
filesystems=~/.thunderbird
|
||||
10
configs/gitconfig
Normal file
10
configs/gitconfig
Normal file
@@ -0,0 +1,10 @@
|
||||
[user]
|
||||
name = FReenen
|
||||
email = git@finnvanreenen.nl
|
||||
signingKey = 97BC6A12A9D93B120B2EDD7E1F4E6EE3E6DDF769
|
||||
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
||||
[init]
|
||||
defaultBranch = main
|
||||
9
configs/sshConfig
Normal file
9
configs/sshConfig
Normal file
@@ -0,0 +1,9 @@
|
||||
Host broodje.freenen.nl
|
||||
Port 1675
|
||||
Host git.finnvanreenen.nl
|
||||
Port 1234
|
||||
IdentityFile ~/.ssh/id_rsa
|
||||
IdentitiesOnly yes
|
||||
|
||||
host *
|
||||
Port 22
|
||||
5
configs/vimrc
Normal file
5
configs/vimrc
Normal file
@@ -0,0 +1,5 @@
|
||||
set relativenumber
|
||||
set cursorline
|
||||
set binary
|
||||
|
||||
set autoindent " on enter (in I-mode or O-mode) start in same indent
|
||||
Reference in New Issue
Block a user