Skip to content

Instantly share code, notes, and snippets.

@dineshadepu
Last active October 9, 2024 07:18
Show Gist options
  • Save dineshadepu/27c4cd7bd0e93ec859f6c1407b6b272e to your computer and use it in GitHub Desktop.
Save dineshadepu/27c4cd7bd0e93ec859f6c1407b6b272e to your computer and use it in GitHub Desktop.
Ubuntu setup

Make mouse fast

Search "Mouse and Touchpad" and change the speed.

Bring dock down and make icons small

Go to "Appearance" and change the dock properties

Make the cross button to left

sudo apt install gnome-tweaks

Go to Windows and Window Titlebars and adjust, focus on mouse and move left cross button

emacs

sudo apt install emacs

anaconda

https://www.anaconda.com/download download and install

bashrc

mv bashrc file to home and git files too

git

sudo apt install git

$ git config --global user.name "John Doe"
$ git config --global user.email [email protected]

git clone https://github.com/dineshadepu/dotfiles

caps lock to ctrl

Use gnome tweaks and keyboard controls for making caps lock to ctrl

Drop down terminal

With Wayland, no dropdown terminal works as expected. We have to customise a shortcut globally to toggle the terminal as expected. We use Guake, and follow https://www.linuxuprising.com/2021/12/how-to-use-guake-terminal-under-wayland.html to add the shortcut which then makes it work as expected.

install latex

sudo apt-get install texlive-full

Obsidian

  1. Download obsidian
  2. clone the obsidian repository at [email protected]:dineshadepu/Obsidian.git
  3. Use the cloned repository for work. Mac OS syncs it to drive
  4. Use Latex-OCR (https://github.com/lucasvanmol/obsidian-latex-ocr) currently running into some server loading error on Ubuntu, see if you can make it work on Mac.

Pic to latex

Install https://github.com/lukas-blecher/LaTeX-OCR to generate latex equations. This works out of the box, and we need to use api to generate equations for reproducibility.

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