Skip to content

Tsugami/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

___________                  ________          __    _____.__.__
\__    ___/_______ __ __ __  \______ \   _____/  |__/ ____\__|  |   ____   ______
  |    | /  ___/  |  \  |  \  |    |  \ /  _ \   __\   __\|  |  | _/ __ \ /  ___/
  |    | \___ \|  |  /  |  /  |    `   (  <_> )  |  |  |  |  |  |_\  ___/ \___ \
  |____|/____  >____/|____/  /_______  /\____/|__|  |__|  |__|____/\___  >____  >
             \/                      \/                                \/     \/

Installation

curl -L https://raw.githubusercontent.com/Tsugami/dotfiles/master/install.sh | bash

Overview

  • delta - A syntax-highlighting pager for git, diff, and grep output.
  • bottom - alternative to top, interactive text-based system monitor, process viewer and process manager.
  • procs - alternative to ps, tool for getting information about processes. It provides convenient, human-readable (and colored) output format by default.
  • exa - alternative to ls, tool for listing directory contents.
  • bat - alternative to cat, tool for see files with syntax highlighting.
  • Github CLI - Tool for working with Github from command line (create PR, issues, etc)

FAQ

Unzip ssh folder

if you unzipped your .ssh folder from the FAT formatted pendrive, It's the permissions would not have been kept, you would need to run:

sudo chmod -R 700 "$HOME/.ssh"; chmod -R 600 "$HOME/.ssh";