Sakurai00 / dotfiles

dotfiles
0 stars 0 forks source link
dotfiles

dotfiles

Table of Contents ## TOC - [dotfiles](#dotfiles) - [TOC](#toc) - [Installation](#installation) - [ScreenShot](#screenshot) - [Components](#components) - [Commands \& Key Config](#commands--key-config) - [shell command](#shell-command) - [git](#git) - [tmux](#tmux) - [参考](#参考)

Installation

bash -c "$(curl -L raw.github.com/Sakurai00/dotfiles/master/init.sh)"
chsh -s $(which zsh)

zsh
tmux
C+q I

ScreenShot


Components


Commands & Key Config

shell command

alias ls="exa -F"
alias lt="exa -aT -I '.git|.github'"
alias ll="exa -alF --git"
alias llt="exa -alFT -I '.git'"
alias cp="cp -i"
alias mv="mv -i"
alias rm="rm -i"
alias his="history"
alias relogin="exec $SHELL -l"
alias vim="nvim"
alias cat="batcat"

git

[alias]
    st = status -sb
    df = diff --color-words -w
    tree = log --graph --oneline
    logl = log --date=format:'%Y/%m/%d %H:%M:%S' --pretty=format:'%C(green)%h %C(reset)%cd %C(blue)%cn %C(red)%d %C(reset)%s'

tmux

参考

https://github.com/topics/dotfiles https://wiki.archlinux.jp/index.php/%E3%83%89%E3%83%83%E3%83%88%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB https://github.com/b4b4r07/dotfiles