Skip to content

stlaz/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using this repo

Install chezmoi. Then

chezmoi init --ssh stlaz/dotfiles
chezmoi diff         # to check changes to your configs
chezmoi apply -v     # to apply the changes from above
chezmoi merge <FILE> # in case you want to alter some of the changes

More on chezmoi usage at https://www.chezmoi.io

Dotfiles and other config to simplify workstation config

oh-my-zsh:

git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
ln -s /usr/share/zsh/plugins/zsh-autosuggestions ~/.oh-my-zsh/plugins
ln -s /usr/share/zsh/plugins/zsh-syntax-highlighting ~/.oh-my-zsh/plugins

lucius vim theme (after vim-dein did its first run):

mkdir ~/.vim/colors
ln -s ~/.cache/dein/repos/github.com/jonathanfilip/vim-lucius/colors/lucius.vim .vim/colors/

Turn off pc beeping

# echo "blacklist pcspkr" > /etc/modprobe.d/nobeep.conf

Make it possible to launch terminal apps from the "Launch with ..." menus

This is a hack around GNOME, which tries to look up known terminals when launching a terminal application.

ln -s /usr/bin/alacritty /usr/bin/xterm

About

Personal dotfiles for i3, Code and more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages