Skip to content

My dotfiles and personal preferences. wsl/nvim/tmux/fish/powershell

Notifications You must be signed in to change notification settings

byodian/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

template

dotfiles

Install

Managing my dotfiles with GNU Stow

Install stow

# ubuntu
apt install stow

# macOS
brew install stow

Install dotfiles config

git clone [email protected]:byodian/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
chmod +x install ubuntu
./ubuntu

Remove dotfiles config

cd ~/.dotfiles
chmod +x clean-env
./clean-env

nvim setup

要求 Neovim (>= 0.6)

Fish Shell setup(macOs & Linux)

Powershell setup(Windows)

Command-line

Basic Usage

  • find
  • grep
  • ack
  • sed
  • xargs
  • sort
  • tr
  • du
  • df
  • curl

Advanced Usage

Alacritty

Migrate Alacritty Configuration from YAML to TOML for > 0.13.x versions

alacritty migrate

How to use

References