Skip to content

scps950707/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Structure

.
|-- backup
|   |-- .bash_logout
|   |-- .bashrc
|   `-- .profile
|-- config
|   |-- .aliases
|   |-- .astylerc
|   |-- .bash_profile
|   |-- .bash_prompt
|   |-- .bashrc
|   |-- dircolors-solarized
|   |   |-- dircolors.256dark
|   |   |-- dircolors.ansi-dark
|   |   |-- dircolors.ansi-light
|   |   |-- dircolors.ansi-universal
|   |   |-- img
|   |   |   |-- dircolors.256dark.png
|   |   |   |-- screen-dircolors-in-iTerm2-solarized_dark.png
|   |   |   |-- screen-dircolors-in-iTerm2-solarized_light.png
|   |   |   |-- screen-dircolors-in-iTerm-dark.png
|   |   |   |-- screen-dircolors-in-iTerm-dark-with-coreutils-installed.png
|   |   |   |-- screen-dircolors-in-iTerm-light.png
|   |   |   |-- screen-dircolors-in-PuTTY-dark_default.png
|   |   |   |-- screen-dircolors-in-PuTTY-light_system.png
|   |   |   `-- screen-iTerm2-bold-options.png
|   |   |-- Makefile
|   |   |-- README.md
|   |   `-- test-directory.tar.bz2
|   |-- .functions
|   |-- .gitattributes
|   |-- .gitconfig
|   |-- .gitignore
|   |-- .tmux.conf
|   |-- .ycm_extra_conf.py
|   |-- .zpreztorc
|   `-- .zshrc
|-- .gitmodules
|-- hook
|   |-- pre-commit
|   `-- pre-commit.d
|       |-- readme.hook
|       `-- timestamp.hook
|-- makefile
|-- README.md
`-- readme.sh

Alias

alias target
ll ls -lFh
la ls -lAFh
l ls -lFh
ldot ls -ld .*
memcheck valgrind --leak-check=yes
memcheckfull valgrind --leak-check=full
mcda make clean dep all
mc make clean
mca make clean all
mcm make clean && make
.. cd ..
n nautilus
g git
mv mv -v
rm rm -I -v
cp cp -v
dbox nautilus ~/Dropbox/
listhook (cd git rev-parse --show-toplevel && tree git config core.hooksPath)
magit vim -c MagitOnly
styleall astyle --suffix=none find . -regex ".*\.[ch]p*p*$"
findn find . -name
pathlist echo $PATH
langeng export LANG="en_US" && export LANGUAGE="en_US:en"

Astyle Details

Reference

About

my personal dotfiles

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages