This commit is contained in:
Henrik Bakken
2020-04-08 13:58:25 +02:00
parent 55a49a6ee0
commit 366b20f705
3 changed files with 242 additions and 12 deletions
+7 -6
View File
@@ -9,7 +9,7 @@
* applications
* `sudo pacman -S npm nodejs`
* `sudo pacman -S ninja the_silver_searcher`
* `sudo pacman -S zathura-pdf-mupdf redshift yay`
* `sudo pacman -S zathura-pdf-mupdf redshift yay trash-cli`
* `yay ncspot-git`
* code
* `sudo pacman -S neovim powerline tmux diff-so-fancy ttf-inconsolata`
@@ -19,14 +19,15 @@
* enable SSH `sudo systemctl enable --now sshd.service`
* enable X11 forwarding in `/etc/ssh/sshd_config`
* set shell to 'fish' via `bmenu`
* onedrive as service `systemctl --user enable onedrive`
* replace caps with esc `setxkbmap -option 'caps:escape`
# python
* `pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cu101/torch_nightly.html`
* `pip install nodejs plotly flake8 numpy scipy sympy matplotlib seaborn pytorch-lightning ggplot ptvsd tensorboard torchtext ipython matplotlib-label-lines ipympl pytest qbstyles`
# useful commands
* enable onedrive at boot `systemctl --user enable onedrive`
* start onedrive now `systemctl --user start onedrive`
# enable services
* `systemctl enable --user onedrive --now`
* `sudo systemctl enable fstrim.timer --now`
# log services
* log onedrive `journalctl --user-unit onedrive -f`
* replace caps with esc `setxkbmap -option 'caps:escape`