config files
alias gitg="git log --color --graph --abbrev-commit --pretty=format:'%Cred%h%Creset%C(yellow)%d%Creset %s %Cgreen(%ar)%C(cyan) %an<%ae>%Creset'"
alias ls='exa'
alias lst='exa -l -snew'
.vimrc
vimconfigbase.vim
into ~/
.vimrc
into ~/
:PlugInstall
init.vim
vimconfigbase.vim
into ~/
.config/nvim/init.vim
:PlugInstall
.bashrc
~/home/.bashrc
directorysource .bashrc
.tmux.conf
~/home/.tmux.conf
directory.Xmodmap
~/home/.Xmodmap
xmodmap ~/.Xmodmap
redshift.conf
~/.config/redshift.conf
/i3
and /i3status
directories go inside ~/.config/
directoryalacritty
dir into ~/.config/
directoryconfig
~/.conf/radicale/config
# create swap file
> dd if=/dev/zero of=./swapfile bs=1GB count=40
# add permisions
> chmod 600 ./swapfile
# format the swapfile
> mkswap ./swapfile
# enable swap on swapfile
> swapon ./swapfile
# check that it is enabled
> swapon --show
# make swap persistent:
# add the following line at the end of the /etc/fstab file
~/swapfile swap swap defaults 0 0