fix: 🩹 small tweaks from cosmic.dev setup
This commit is contained in:
@@ -97,3 +97,5 @@
|
|||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
required = true
|
required = true
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
|
[safe]
|
||||||
|
directory = /mnt/nas/hosted_git/DnD.git
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ package_list=(
|
|||||||
"steam"
|
"steam"
|
||||||
"code"
|
"code"
|
||||||
"just"
|
"just"
|
||||||
|
"neovim"
|
||||||
)
|
)
|
||||||
|
|
||||||
# List all the flatpaks we want to install
|
# List all the flatpaks we want to install
|
||||||
@@ -23,6 +24,7 @@ flatpacks_to_install=(
|
|||||||
"com.discordapp.Discord"
|
"com.discordapp.Discord"
|
||||||
"com.spotify.Client"
|
"com.spotify.Client"
|
||||||
"app.zen_browser.zen"
|
"app.zen_browser.zen"
|
||||||
|
"md.obsidian.Obsidian"
|
||||||
)
|
)
|
||||||
|
|
||||||
# List all the folders we want to link from our dotfiles folder to our .config folder
|
# List all the folders we want to link from our dotfiles folder to our .config folder
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
# tbc
|
# tbc
|
||||||
|
# work in progress!
|
||||||
|
|
||||||
|
|
||||||
rsync devin@192.168.0.49:~/.ssh/id_rsa devin@192.168.0.49:~/.ssh/id_rsa.pub devin@192.168.0.49:~/.ssh/config devin@192.168.0.49:~/.private.gpg ~/.ssh/
|
rsync devin@192.168.0.49:~/.ssh/id_rsa devin@192.168.0.49:~/.ssh/id_rsa.pub devin@192.168.0.49:~/.ssh/config devin@192.168.0.49:~/.private.gpg ~/.ssh/
|
||||||
|
|
||||||
gpg --import ~/.ssh/private.gpg
|
gpg --import ~/.ssh/private.gpg
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user