Skip to content
Antonio Dias edited this page Feb 2, 2024 · 1 revision

My dotfiles collection

This is my dotfiles collection, a set of configuration files I use to customize tools used on a daily basis.

License

These files are licensed under Artistic License 2.0

How do I use these files?

mkdir ~/git
cd ~/git
git clone https://github.com/accdias/dotfiles
cd ~
ln -sf ~/git/dotfiles/XCompose ~/.XCompose
ln -sf ~/git/dotfiles/Xresources ~/.Xresources
ln -sf ~/git/dotfiles/bash_profile ~/.bash_profile
ln -sf ~/git/dotfiles/bashrc ~/.bashrc
ln -sf ~/git/dotfiles/bashrc.d ~/.bashrc.d
ln -sf ~/git/dotfiles/elinks/elinks.conf ~/.elinks/elinks.conf
ln -sf ~/git/dotfiles/fonts ~/.local/share/fonts
ln -sf ~/git/dotfiles/fonts.conf ~/.fonts.conf
ln -sf ~/git/dotfiles/gitconfig ~/.gitconfig
ln -sf ~/git/dotfiles/inputrc ~/.inputrc
ln -sf ~/git/dotfiles/matplotlib ~/.config/matplotlib
ln -sf ~/git/dotfiles/screenrc ~/.screenrc
ln -sf ~/git/dotfiles/sway ~/.config/sway
ln -sf ~/git/dotfiles/taskrc ~/.taskrc
ln -sf ~/git/dotfiles/themes ~/.local/share/themes
ln -sf ~/git/dotfiles/tmux ~/.config/tmux
ln -sf ~/git/dotfiles/vim ~/.vim
ln -sf ~/git/dotfiles/xsession ~/.xsession
ln -sf ~/git/dotfiles/zim ~/.config/zim

Credits

Clone this wiki locally