Skip to content

artas90/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

brew

curl -sL artas90.github.io/brewsetup | sh

oneliner

curl -sL artas90.github.io/dotfiles | sh

or manually

1. clone repo

git clone https://github.com/artas90/dotfiles.git ~/.dotfiles

2. update ~/.zshrc

echo 'source ~/.dotfiles/zsh/init.zsh' > ~/.zshrc && \
touch ~/.dotfiles/zsh/_local.zsh

3. copy configs

cd ~/.dotfiles/configs && bash setup-base.sh

4. (optional) update config.fish

curl -sL https://git.io/fisher | source && \
fisher install jorgebucaran/fisher && \
echo 'source ~/.dotfiles/fish/init.fish' > ~/.config/fish/config.fish

5. (optional) misc

# starship prompt
echo 'eval "$(starship init zsh)"' >> ~/.dotfiles/zsh/_local.zsh

About

my configs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published