Skip to content

janezicmatej/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.dotfiles

Alacritty

Install alacritty and JetBrainsMono font from nerd-fonts

ZSH

Install zsh.

$ZDOTDIR

To change the location of zsh config files run one of these

# for linux
echo 'export ZDOTDIR="$HOME/.config/zsh"' > /etc/zsh/zshenv 
# for macos
echo 'export ZDOTDIR="$HOME/.config/zsh"' > /etc/zshenv 

Antigen

Install antigen

curl -L git.io/antigen > antigen.zsh
# or use git.io/antigen-nightly for the latest version

Go

Install go as it is required for building ggman

ggman

Create $HOME/git directory ($GGROOT is set to here) and install ggman

git clone https://github.com/tkw1536/ggman $HOME/git/ggman
cd $HOME/git/ggman
make
make install

pyenv

Install pyenv to $XDG_DATA_HOME/.pyenv (this is already taken care for in .zshenv) using pyenv-installer and install build-dependencies

pyenv-default-packages

Install pyenv-default-packages as pyenv plugin and symlink .pyenv/default-packages to $PYENV_ROOT

git clone https://github.com/jawshooah/pyenv-default-packages.git $(pyenv root)/plugins/pyenv-default-packages
ln -s "$XDG_CONFIG_HOME/.pyenv/default-packages" "$(pyenv root)/default-packages"

neovim

Install neovim and follow README.md in git.janezic.dev/janezicmatej/nvim

tmux

Install tmux and fzf for tmux-sessionizer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages