8000 GitHub - tlesluyes/myConfig: My useful configuration files.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tlesluyes/myConfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

myConfig

My useful configuration files.

Bash

It modifies the PS1 variable, sets aliases, configures the auto-completion and defines the following functions:

  • files $1: count the number of files/directories/links in the current folder (no $1) or in a given folder ($1).
  • up $1: jump to X many parent directories (1 without $1).
  • extract $1: extract a given archive ($1) with the right tool and/or options.
  • transfer $1 $2: transfer a file/folder from a location ($1) to another ($2) using a double rsync (it checks md5 and removes source).

Installation: add source $somePath/myConfig/bash/bashrc.sh at the end of your ~/.bashrc.

htoprc

Custom information using the htop command.

Installation: replace ~/.config/htop/htoprc.

R

Configuration file for the lintr package ().

Installation: ln -s $somePath/myConfig/R/lintr ~/.lintr.

About

My useful configuration files.

Resources

License

Stars

Watchers

Forks

3990

Releases

No releases published

Packages

No packages published
0