arnaucube d16296b545 | 4 months ago | |
---|---|---|
.calcurse/caldav | 5 years ago | |
.moc | 5 years ago | |
alacritty | 1 year ago | |
bin | 9 months ago | |
i3 | 1 year ago | |
i3status | 5 years ago | |
launch-container | 3 years ago | |
launch-scripts | 3 years ago | |
nginx-conf | 5 years ago | |
nixos | 4 months ago | |
qmk | 3 years ago | |
raspberry | 4 months ago | |
screen-scripts | 4 years ago | |
.Xmodmap | 4 years ago | |
.XmodmapGALLIUMOS | 4 years ago | |
.bashrc | 3 years ago | |
.gitconfig | 2 years ago | |
.sh_alias | 9 months ago | |
.tmux.conf | 1 year ago | |
.vimrc | 1 year ago | |
.xinitrc | 3 years ago | |
.zshrc | 1 year ago | |
README.md | 9 months ago | |
backup-nixos-configs.sh | 11 months ago | |
corne_keymap.c | 11 months ago | |
init.sage | 1 year ago | |
init.vim | 1 year ago | |
install-new-desktop.sh | 1 year ago | |
install-new-server.sh | 7 months ago | |
keymap.c.old | 1 year ago | |
qutebrowser-config.py | 4 months ago | |
radicale-config | 5 years ago | |
redshift.conf | 5 years ago | |
rs40_keymap.c | 11 months ago | |
swap-create.sh | 9 months ago | |
vimconfigbase.vim | 3 years ago | |
vpn-local-conection.sh | 5 years ago |
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