Skip to content

Instantly share code, notes, and snippets.

@dimitrismistriotis
Last active June 20, 2023 08:56
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save dimitrismistriotis/f7a84f724a173640b30a to your computer and use it in GitHub Desktop.
Migrating to new Linux checklist

fish

sudo apt-get install fish

then:

Oh-my-fish (https://github.com/oh-my-fish/oh-my-fish)

curl -L https://get.oh-my.fish | fish

then:

omf install foreign-env
omf install nvm
omf install pbcopy
omf install sublime
omf install virtualfish
omf install https://github.com/dimitrismistriotis/git-helpers
omf theme default

Multi monitor:

@dimitrismistriotis
Copy link
Author

dimitrismistriotis commented Dec 9, 2021

@dimitrismistriotis
Copy link
Author

https://askubuntu.com/questions/9867/how-to-switch-window-controls-to-the-left-gnome-shell

gsettings set org.gnome.desktop.wm.preferences button-layout 'close,minimize,maximize:'

@dimitrismistriotis
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment