Personal dotfiles for my multiple systems.
Clone the repository to a directory of your choosing. In this example, I will use ~/.dotfiles/ as the destination.
$ git clone https://github.com/avahe-kellenberger/dotfiles.git ~/.dotfiles/Link your openbox folder:
$ ln -s ~/.dotfiles/openbox/ ~/.config/openboxNote: It is very likely you will only want to copy parts of the configuration from rc.xml, and thus should not create a symlink to this folder. This file can be found at dotfiles/openbox/rc.xml.
See the Openbox configuration page for setup details.
See this repository for install instructions.
The default key binding in rc.xml is currently A-grave (equivalent to Alt+`).
Link your themes folder:
$ ln -s ~/.dotfiles/themes/ ~/.themesLink your tint2 folder:
$ ln -s ~/.dotfiles/tint2/ ~/.config/tint2Link your rofi folder:
$ ln -s ~/.dotfiles/rofi/ ~/.config/rofiLink your vim folder:
$ ln -s ~/.dotfiles/vim/ ~/.vimExample of the muon themed used:
It is recommended to place the following commands in your shell's rc file (such as bashrc/zshrc) to use this repository's .vimrc file by default:
export VIMINIT='source $MYVIMRC'
export MYVIMRC='~/.vim/.vimrc'Link your .zshrc config file:
$ ln -s ~/.dotfiles/.zshrc ~/.zshrc$ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh/zsh-syntax-highlighting$ git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestionsExample shell prompt:
Run the following command after creating the symlink to use the .zshrc file in the current terminal:
$ . ~/.zshrc
