Skip to content

Instantly share code, notes, and snippets.

View rumansaleem's full-sized avatar

Ruman Saleem rumansaleem

View GitHub Profile
@rumansaleem
rumansaleem / CountdownTimer.vue
Last active July 2, 2024 15:31
Vue Quiz Component Gist
<template>
<slot :timer="timer" :format="format">
<span v-if="days" >{{ format(days, 2) }}:</span>
<span v-if="hours" >{{ format(hours, 2) }}:</span>
<span>{{ format(minutes, 2) }}:</span>
<span>{{ format(seconds, 2) }}.</span>
<span class="text-sm">{{ format(milliseconds, 3) }}</span>
</slot>
</template>
<script>
@rumansaleem
rumansaleem / clean-up-arch-linux.md
Created May 28, 2019 08:51
Instructions to clean up Arch Linux (Manjaro)

Contents

  • Clean pkg cache
  • Remove unused packages (orphans)
  • Clean cache in /home
  • remove old config files
  • Find and Remove
    • duplicates
    • empty files
    • empty directories
  • broken symlinks