Skip to content

AndrewCloss/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

A sample shell config using ZSH.

Commands

navi => command-line cheatsheet

Aliases

# single character aliases
alias _=sudo
alias l=ls
alias g=git

# more ways to ls (mask)
alias ls='exa -l --color=always --icons --group-directories-first'
alias la='exa -lah --color=always --icons --group-directories-first'
alias ldot='exa -ld --color=always --icons --group-directories-first .*'

# git
alias ga='git add .'
alias gs='git status'
alias gp='git push'
alias gc='git checkout'
alias gcb='git checkout -b'
alias gca='git commit --amend --no-edit'

# cat (mask)
alias bat=batcat

# find
alias fzf='fzf --preview "batcat --color=always {}"'
alias fd='find . -type d -name'
alias ff='find . -type f -name'

# tar
alias tarls='tar -tvf'
alias untar='tar -xf'

What's included

A sample antidote .zsh_plugins.txt file that bundles plugins with the following plugin provided features:

Installation

  1. Install wezterm from https://wezfurlong.org/wezterm/install/windows.html
  2. Copy https://raw.githubusercontent.com/AndrewCloss/.dotfiles/refs/heads/master/wezterm/.wezterm.lua into your Windows' %UserProfile% folder. e.g. C:\Users\andrew
  3. Start wezterm
  4. Run git clone --recursive https://github.com/AndrewCloss/.dotfiles.git ~/.dotfiles && ~/.dotfiles/install.sh

About

My dot files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published