Skip to content

💠 My UNIX-like system configuration files

License

MIT, AGPL-3.0 licenses found

Licenses found

MIT
LICENSE
AGPL-3.0
LICENSE-GPL
Notifications You must be signed in to change notification settings

mu-hun/.dotfiles

Repository files navigation

dotfiles
macOS

Requires git and zsh

git clone https://github.com/x86chi/.dotfiles.git --depth=1 ~/.dotfiles

ln -sf ~/.dotfiles/.zshrc ~

# install oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

mkdir -p ~/.gnupg; ln -sf ~/.dotfiles/gpg-agent.conf ~/.gnupg
ln -sf ~/.dotfiles/.vimrc ~
ln -sf ~/.dotfiles/.gitconfig ~
ln -sf ~/.dotfiles/.gitexclude ~

# Optional dotfiles
cp ~/.dotfiles/.gitconfig.local ~

# vim-plug

type below command to neovim:
:call mkdir(stdpath('config'), 'p')

ln -sf ~/.dotfiles/init.vim ~/.config/nvim

# apply vscode configuare
ln -sf ~/.dotfiles/settings.json [path]

# macos [path]: ~/Library/ApplicationSupport/Code/User/

## install vscode extensions
cat ~/.dotfiles/vs_code_extensions_list.txt | xargs -n 1 code --install-extension

## update vscode extensions list
code --list-extensions >> vs_code_extensions_list.txt

MacOS vscode path is ~/Library/ApplicationSupport/Code/User/


dotfiles was inspired by simnalamburt/.dotfiles.

dotfiles is primarily distributed under the terms of the MIT license. See LICENSE for details.

About

💠 My UNIX-like system configuration files

Topics

Resources

License

MIT, AGPL-3.0 licenses found

Licenses found

MIT
LICENSE
AGPL-3.0
LICENSE-GPL

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published