chores
- removes alacritty - updates gitconfig to include lfs shit - updates gitconfig to not rebase ever - updates keyboard shortcuts to use gnome-terminal - adds import/export of gnome-terminal settings with dconf - fixes export for gnome extensions to not run when not running gnome
This commit is contained in:
@@ -9,4 +9,7 @@ export_gnome_extensions
|
||||
printfe "%s\n" "cyan" "Exporting VSCode extensions"
|
||||
code --list-extensions | jq -R -s -c 'split("\n")[:-1]' > ~/dotfiles/vscode/extensions.json
|
||||
|
||||
printfe "%s\n" "cyan" "Exporting gnome-terminal settings"
|
||||
dconf dump /org/gnome/terminal/ > ~/dotfiles/config/gnome-terminal.dconf
|
||||
|
||||
printfe "%s\n" "green" "Finished, don't forget to commit and push"
|
||||
Reference in New Issue
Block a user