Skip to content

Instantly share code, notes, and snippets.

@mzfr
Last active May 13, 2020 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mzfr/b625e796bbf5831596459bb13fbe1468 to your computer and use it in GitHub Desktop.
Save mzfr/b625e796bbf5831596459bb13fbe1468 to your computer and use it in GitHub Desktop.

New Machine

  • Firefox

    • copy ~.mozilla/firefox/<user-id>/chrome
  • Telegram

    • Download Telegram from https://desktop.telegram.org/
    • move extracted folder to ~/.apps/
    • Dracula theme from https://draculatheme.com/telegram/
  • oh-my-zsh

    • mv ~/.zshrc
    • Plugin: git, zsh-z, zsh-syntax-highlight
  • Wrong command

    • Changing shell by sudo chsh -s ~/.oh-my-zsh mzfr make a folder you shell so if you'll try to login after that then login process will fail because shell execution process will fail
  • Activity watch

    • Install nodejs and npm before
      • sudo pacman -S nodejs npm
    • git clone --recursive https://github.com/ActivityWatch/activitywatch.git
    • cd activitywatch
    • python3 -m venv venv
    • make build
    • get .desktop file from https://github.com/ActivityWatch/activitywatch/issues/176 and put it in ~/.local/share/applications
  • ssh

    • Move all the file from ~/.ssh
  • ~/.gitignore

  • If touchpad is not working:

    • Run synclient TapButton1=1 TapButton2=2 TapButton3=3
  • Move ~/.scriptsDZ

@mzfr
Copy link
Author

mzfr commented Mar 11, 2020

  • Use lf instead of ranger.
  • install tig
  • ptpython

@mzfr
Copy link
Author

mzfr commented May 13, 2020

  • Install espanso.
  • For git purposes install Lazygit.
  • For various SSH key management use SKM

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