Skip to content

a180024/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Dotfiles Configuration

IDE setup

  • Iterm2
  • Tmux
    $ brew install tmux

Other tools setup

  • Hammerspoon
  • Karabiner Elements
  • OhMyZSH
    $ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  • PowerLevel10K
    git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
  • FZF, fd, rg

ZSH setup

  • Syntax Highlighting
    brew install zsh-syntax-highlighting

Copy Dotfiles

$ cd ~/
$ mkdir .dotfiles
$ cd .dotfiles
$ git clone https://github.com/a180024/dotfiles
$ find ~+ -type f -name ".*" -exec ln -sv {} ~ \;
$ ln -sv ~/.dotfiles/init.lua ~/.hammerspoon/init.lua
$ ln -sv ~/coc-settings.json ~/.config/coc/nvim

About

Tracking my dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published