diff --git a/git/gitconfig b/git/gitconfig index 89d4422..636795c 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -97,3 +97,5 @@ process = git-lfs filter-process required = true clean = git-lfs clean -- %f +[safe] + directory = /mnt/nas/hosted_git/DnD.git diff --git a/set_up_dev/fedora.sh b/set_up_dev/fedora.sh index e483911..b28dac9 100755 --- a/set_up_dev/fedora.sh +++ b/set_up_dev/fedora.sh @@ -16,6 +16,7 @@ package_list=( "steam" "code" "just" + "neovim" ) # List all the flatpaks we want to install @@ -23,6 +24,7 @@ flatpacks_to_install=( "com.discordapp.Discord" "com.spotify.Client" "app.zen_browser.zen" + "md.obsidian.Obsidian" ) # List all the folders we want to link from our dotfiles folder to our .config folder diff --git a/set_up_dev/restore_ssh_gpg.sh b/set_up_dev/restore_ssh_gpg.sh index 02790b4..621ba10 100644 --- a/set_up_dev/restore_ssh_gpg.sh +++ b/set_up_dev/restore_ssh_gpg.sh @@ -1,5 +1,8 @@ # 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/ -gpg --import ~/.ssh/private.gpg \ No newline at end of file +gpg --import ~/.ssh/private.gpg +