-
Notifications
You must be signed in to change notification settings - Fork 1
Usage
Antonio Dias edited this page Feb 2, 2024
·
1 revision
This is my dotfiles collection, a set of configuration files I use to customize tools used on a daily basis.
These files are licensed under Artistic License 2.0
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
- Gnome Terminal
- Kudos to Mayccoll and his Gnome Terminal color schemes
- screenrc
- Kudos to Sven Guckes for his screenrc file.
- sway
- Check the sway WiKi out.
- tmux.conf
- Kudos to Peter Forgacs for his tmux.conf article from where I borrowed some tweaks and the idea for a help on the keybindings.
- vimrc
- Kudos to the nicest and smartest vim community at /r/vim for tips about tuning, readability and vimscript.